Commit ccb62cd97b892e2bae22dd2a03107f6484d123f2

Authored by Sergio Oliveira
1 parent 3e320281

Removed default nginx conf

puppet/hieradata/common.yaml
@@ -23,4 +23,5 @@ colab::mailman_exclude_lists: @@ -23,4 +23,5 @@ colab::mailman_exclude_lists:
23 colab::hostnames: 23 colab::hostnames:
24 - colab.interlegis.leg.br 24 - colab.interlegis.leg.br
25 - colab.interlegis.gov.br 25 - colab.interlegis.gov.br
  26 + - localhost
26 colab::solr_project_path: '/home/colab/solr-4.6.1/colab' 27 colab::solr_project_path: '/home/colab/solr-4.6.1/colab'
puppet/modules/colab/manifests/init.pp
@@ -35,10 +35,6 @@ class colab ( @@ -35,10 +35,6 @@ class colab (
35 ensure => 'absent', 35 ensure => 'absent',
36 } 36 }
37 37
38 - file { '/etc/nginx/sites-enabled/default.conf':  
39 - ensure => 'absent',  
40 - }  
41 -  
42 $package_defaults = { 38 $package_defaults = {
43 before => Pip::Install['pyOpenSSL'], 39 before => Pip::Install['pyOpenSSL'],
44 } 40 }