aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/manifests/init.pp')
-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"),
}