From: Silvio Rhatto Date: Sat, 29 May 2010 16:49:06 +0000 (-0300) Subject: Adding exim::disabled X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6a80d7b13af9775dc848b8011fd225928fe6b408;p=puppet-exim.git Adding exim::disabled --- diff --git a/manifests/init.pp b/manifests/init.pp index ebaeda3..27e5bdf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,3 +68,9 @@ class exim { } } + +class exim::disabled inherits exim { + Service['exim4'] { + ensure => stopped, + } +}