aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-10-27 10:41:24 +0000
committerMichael Scherer <misc@mageia.org>2010-10-27 10:41:24 +0000
commit15acadb77a9bee45fe7706b5b6e72a2a05f6250c (patch)
tree17bea1390b71fc16db602b84ca6b6c5df9a26d5d /modules/postfix/manifests
parent3a59a1a0507c5d950481135e81919488a8c2898e (diff)
downloadpuppet-15acadb77a9bee45fe7706b5b6e72a2a05f6250c.tar
puppet-15acadb77a9bee45fe7706b5b6e72a2a05f6250c.tar.gz
puppet-15acadb77a9bee45fe7706b5b6e72a2a05f6250c.tar.bz2
puppet-15acadb77a9bee45fe7706b5b6e72a2a05f6250c.tar.xz
puppet-15acadb77a9bee45fe7706b5b6e72a2a05f6250c.zip
- fix templates path
- remove extranous file
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index afe66e41..1a72e04c 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -33,7 +33,7 @@ class postfix {
class simple_relay inherits base {
file { '/etc/postfix/main.cf':
- content => template("postfix/simple_relay_main.conf"),
+ content => template("postfix/simple_relay_main.cf"),
}
}
}