From: Stephen Gran Date: Sun, 22 Apr 2012 19:07:27 +0000 (+0100) Subject: some more scaffolding X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e2c327b2baae33e94eb530f7ee0d571abf2cd1e8;p=mirror%2Fdsa-puppet.git some more scaffolding Signed-off-by: Stephen Gran --- diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 75fdaf0f9..6ac79cbb9 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -1,4 +1,13 @@ class postfix { + + package { 'postfix': + ensure => installed + } + + service { 'postfix': + ensure => running + } + munin::check { 'ps_exim4': ensure => absent } munin::check { 'exim_mailqueue': ensure => absent } munin::check { 'exim_mailstats': ensure => absent }