diff options
Diffstat (limited to 'manifests/system')
| -rw-r--r-- | manifests/system/params.pp | 4 |
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' +} |
