]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Fix at mail::web::sympa::disabled
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Aug 2010 21:23:02 +0000 (18:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Aug 2010 21:23:02 +0000 (18:23 -0300)
manifests/web.pp

index 16c22976f9dce17c62e2233418254c153aa41b16..3e0b9f1b698df119e66992ad0cf09027f592f199 100644 (file)
@@ -57,4 +57,8 @@ class mail::web::sympa::disabled inherits mail::web::sympa {
   Apache::Site["$sympa_subdomain"] {
     ensure => absent,
   }
+
+  File["${apache_www_folder}/${sympa_subdomain}/wwsympa.fcgi"] {
+    require => undef,
+  }
 }