diff options
author | Micah Anderson <micah@leap.se> | 2014-12-02 10:13:11 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-02 10:19:29 -0500 |
commit | a3af7019efe6f5ff3daeeff474a8c31b1b3318c8 (patch) | |
tree | 834906c890a05e9d0dfcdb66878a390b4b64c6a6 /puppet/modules/site_postfix | |
parent | 77b04f641582d6995449305100b7a93d61b219d9 (diff) |
minor linting
Change-Id: Idf550ed004bcb42d6e19ac0a2c5286f52a390935
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index bdfee665..81f10b77 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -1,12 +1,12 @@ class site_postfix::mx { - $domain_hash = hiera ('domain') + $domain_hash = hiera('domain') $domain = $domain_hash['full_suffix'] $host_domain = $domain_hash['full'] $cert_name = hiera('name') $mynetworks = join(hiera('mynetworks'), ' ') - $root_mail_recipient = hiera ('contacts') + $root_mail_recipient = hiera('contacts') $postfix_smtp_listen = 'all' include site_config::x509::cert |