From 1c196101aeb53fea3d61bdd74accefef81a606b9 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Fri, 8 Aug 2014 11:03:58 -0300 Subject: [PATCH] Ensured that nginx default.conf file is absent --- puppet/modules/colab/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index 6a294e2..e66e0b8 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -36,6 +36,14 @@ class colab ( proxy_hosts => $colab::hostnames, } + file { '/etc/nginx/conf.d/default.conf': + ensure => 'absent', + } + + file { '/etc/nginx/sites-enabled/default.conf': + ensure => 'absent', + } + $package_defaults = { before => Pip::Install['pyOpenSSL'], } -- libgit2 0.21.2