From fda7f1a549a35c94c8fa4ef3deb3ca963f187dbf Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 27 Oct 2010 10:37:51 +0000 Subject: - clearer to not prefix with postfix since we already use the class as namespace --- modules/postfix/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/postfix/manifests') 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"), } -- cgit v1.2.1