diff --git a/puppet/modules.txt b/puppet/modules.txt index 59e4955..9b3282b 100644 --- a/puppet/modules.txt +++ b/puppet/modules.txt @@ -1,5 +1,6 @@ -tracywebtech-appdeploy==0.8.6 +tracywebtech-appdeploy==0.8.8 tracywebtech-security_updates==0.9.0 +tracywebtech-pip==1.3.2 puppetlabs-ntp puppetlabs-postgresql diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index c9e8f0e..c5b7c98 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -31,11 +31,6 @@ class colab ( proxy_hosts => $colab::hostnames, } - file { '/etc/nginx/conf.d/default.conf': - ensure => 'absent', - notify => Service['nginx'], - } - $package_defaults = { before => Pip::Install['pyOpenSSL'], } -- libgit2 0.21.2