summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 18:24:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 18:24:18 -0200
commit8187c75a12fbe3f35fd3abdabf4c1ee82d1825f8 (patch)
treea1eea74ca66cf18afd94aad8b0693be9e295dbfb
parenta3fa50e0ffb46434134374d0e56def9dfcdc59e2 (diff)
downloadpuppet-nginx-8187c75a12fbe3f35fd3abdabf4c1ee82d1825f8.tar.gz
puppet-nginx-8187c75a12fbe3f35fd3abdabf4c1ee82d1825f8.tar.bz2
Forcing removal of files at nginx::puppetmaster::disabled
-rw-r--r--manifests/puppetmaster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index b55bfbb..223a36c 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -47,6 +47,7 @@ class nginx::puppetmaster::disabled inherits nginx::puppetmaster {
File["/etc/nginx/nginx.conf", "/etc/nginx/conf.d/puppetmaster.conf",
"/etc/nginx", "/etc/nginx/sites-available", "/etc/nginx/sites-enabled"] {
ensure => absent,
+ force => true,
}
Service['nginx'] {