From 7e6fc09387bed4f1037784e82ede478bc4884016 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 13 Aug 2014 15:59:29 -0300 Subject: [PATCH] Updated appdeploy and added pip as dep for puppet --- puppet/modules.txt | 3 ++- puppet/modules/colab/manifests/init.pp | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) 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