]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Forcing removal of files at nginx::puppetmaster::disabled
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 20:24:18 +0000 (18:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 20:24:18 +0000 (18:24 -0200)
manifests/puppetmaster.pp

index b55bfbb4e3f6d649e3796223525541a7787cbea3..223a36c6c302b044d4424bc4e3d3a17f78cfdf0b 100644 (file)
@@ -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'] {