summaryrefslogtreecommitdiff
path: root/manifests/system/params.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-25 01:51:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-25 01:51:37 -0300
commit5ed90e97bd48a6eba9a9aefff415783d3f691db4 (patch)
treeaca023cb9ce6dedc102831fe3fd1b313181516a3 /manifests/system/params.pp
parent43ee6682ec3b1b550379ab8e9a3f96244bb9062f (diff)
downloadpuppet-mail-5ed90e97bd48a6eba9a9aefff415783d3f691db4.tar.gz
puppet-mail-5ed90e97bd48a6eba9a9aefff415783d3f691db4.tar.bz2
Remove mail::system::params
Diffstat (limited to 'manifests/system/params.pp')
-rw-r--r--manifests/system/params.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/system/params.pp b/manifests/system/params.pp
deleted file mode 100644
index b5ce4e9..0000000
--- a/manifests/system/params.pp
+++ /dev/null
@@ -1,4 +0,0 @@
-class mail::system::params {
- $postfix_mynetworks = "127.0.0.0/8"
- $postfix_manage_tls_policy = 'no'
-}