summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster.pp')
-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'] {