projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa394e
)
some more scaffolding
author
Stephen Gran
<steve@lobefin.net>
Sun, 22 Apr 2012 19:07:27 +0000
(20:07 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 22 Apr 2012 19:07:27 +0000
(20:07 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/postfix/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/postfix/manifests/init.pp
b/modules/postfix/manifests/init.pp
index
75fdaf0
..
6ac79cb
100644
(file)
--- 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 }