From 8187c75a12fbe3f35fd3abdabf4c1ee82d1825f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 18:24:18 -0200 Subject: Forcing removal of files at nginx::puppetmaster::disabled --- manifests/puppetmaster.pp | 1 + 1 file changed, 1 insertion(+) 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'] { -- cgit v1.2.3