Commit 7e6fc09387bed4f1037784e82ede478bc4884016

Authored by Sergio Oliveira
1 parent 2e4230e3

Updated appdeploy and added pip as dep for puppet

puppet/modules.txt
1   -tracywebtech-appdeploy==0.8.6
  1 +tracywebtech-appdeploy==0.8.8
2 2 tracywebtech-security_updates==0.9.0
  3 +tracywebtech-pip==1.3.2
3 4  
4 5 puppetlabs-ntp
5 6 puppetlabs-postgresql
... ...
puppet/modules/colab/manifests/init.pp
... ... @@ -31,11 +31,6 @@ class colab (
31 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 34 $package_defaults = {
40 35 before => Pip::Install['pyOpenSSL'],
41 36 }
... ...