Commit 7e6fc09387bed4f1037784e82ede478bc4884016
1 parent
2e4230e3
Exists in
master
and in
39 other branches
Updated appdeploy and added pip as dep for puppet
Showing
2 changed files
with
2 additions
and
6 deletions
Show diff stats
puppet/modules.txt
puppet/modules/colab/manifests/init.pp
@@ -31,11 +31,6 @@ class colab ( | @@ -31,11 +31,6 @@ class colab ( | ||
31 | proxy_hosts => $colab::hostnames, | 31 | proxy_hosts => $colab::hostnames, |
32 | } | 32 | } |
33 | 33 | ||
34 | - file { '/etc/nginx/conf.d/default.conf': | ||
35 | - ensure => 'absent', | ||
36 | - notify => Service['nginx'], | ||
37 | - } | ||
38 | - | ||
39 | $package_defaults = { | 34 | $package_defaults = { |
40 | before => Pip::Install['pyOpenSSL'], | 35 | before => Pip::Install['pyOpenSSL'], |
41 | } | 36 | } |