]> gitweb.fluxo.info Git - puppet-exim.git/commitdiff
Adding exim::disabled
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 16:49:06 +0000 (13:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 16:49:06 +0000 (13:49 -0300)
manifests/init.pp

index ebaeda3f82597a3757364c7fc85ca1d087bc0f22..27e5bdffdb605f24d9feabdb64e68abfaedc72f4 100644 (file)
@@ -68,3 +68,9 @@ class exim {
   }
 
 }
+
+class exim::disabled inherits exim {
+  Service['exim4'] { 
+    ensure  => stopped,
+  }
+}