aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-10-27 10:37:51 +0000
committerMichael Scherer <misc@mageia.org>2010-10-27 10:37:51 +0000
commitfda7f1a549a35c94c8fa4ef3deb3ca963f187dbf (patch)
treed1a91a2282ee5d1fbbbd5199815794e44d214b81 /modules/postfix/manifests
parente2e6aafa49ee93783a115874b76189ecc6867b58 (diff)
downloadpuppet-fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf.tar
puppet-fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf.tar.gz
puppet-fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf.tar.bz2
puppet-fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf.tar.xz
puppet-fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf.zip
- clearer to not prefix with postfix since we already use the class as namespace
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 7a1df0a0..afe66e41 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -8,7 +8,7 @@ class postfix {
$path_daemon_directory = "/usr/$usr_lib/postfix/"
- class postfix_base {
+ class base {
package { postfix:
ensure => installed
}
@@ -31,7 +31,7 @@ class postfix {
}
- class postfix_simple_relay inherits postfix_base {
+ class simple_relay inherits base {
file { '/etc/postfix/main.cf':
content => template("postfix/simple_relay_main.conf"),
}