aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 20:19:00 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 20:19:00 +0000
commit5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8 (patch)
tree1f0b42fac55d198f64cc5bd54da36de6ed071e31 /modules
parent069726cda1dac61aa3875602d3db44aaf464ea75 (diff)
downloadpuppet-5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8.tar
puppet-5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8.tar.gz
puppet-5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8.tar.bz2
puppet-5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8.tar.xz
puppet-5c04066bbab3d4b1a6aadf98cd213dd5df6c16f8.zip
- add some more attribute, just to be sure
Diffstat (limited to 'modules')
-rw-r--r--modules/postfix/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 22b2a1ad..855778da 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -49,6 +49,10 @@ class postfix {
class primary_smtp inherits smtp_server {
file { '/etc/postfix/master.cf':
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 644,
content => template("postfix/primary_master.cf"),
}
}