From c0024c4eb335f4b2406662586c1f69617f79ce8b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 17:42:26 -0200 Subject: Adding default parameters into classes --- manifests/system/params.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 manifests/system/params.pp (limited to 'manifests/system/params.pp') diff --git a/manifests/system/params.pp b/manifests/system/params.pp new file mode 100644 index 0000000..b5ce4e9 --- /dev/null +++ b/manifests/system/params.pp @@ -0,0 +1,4 @@ +class mail::system::params { + $postfix_mynetworks = "127.0.0.0/8" + $postfix_manage_tls_policy = 'no' +} -- cgit v1.2.3