From: Silvio Rhatto Date: Sun, 20 Jan 2013 20:24:18 +0000 (-0200) Subject: Forcing removal of files at nginx::puppetmaster::disabled X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8187c75a12fbe3f35fd3abdabf4c1ee82d1825f8;p=puppet-nginx.git Forcing removal of files at nginx::puppetmaster::disabled --- 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'] {