summaryrefslogtreecommitdiff
path: root/manifests/system/params.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:42:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:42:26 -0200
commitc0024c4eb335f4b2406662586c1f69617f79ce8b (patch)
tree4da895b48c857a78751e9b35d9a0a3bb2ef57789 /manifests/system/params.pp
parent7e8504abeef5559dd1bcda3114e21906c0b3b4ab (diff)
downloadpuppet-mail-c0024c4eb335f4b2406662586c1f69617f79ce8b.tar.gz
puppet-mail-c0024c4eb335f4b2406662586c1f69617f79ce8b.tar.bz2
Adding default parameters into classes
Diffstat (limited to 'manifests/system/params.pp')
-rw-r--r--manifests/system/params.pp4
1 files changed, 4 insertions, 0 deletions
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'
+}