diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-01-27 14:27:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-01-27 14:27:12 -0200 |
commit | bada294e74268a0c174fc4fe1939e4713e99147a (patch) | |
tree | c16870ca4302d9ac5e35512f80991131de85d242 | |
parent | bc2cf0b1052927f8b589e9e2a1f9251780e9e0f9 (diff) | |
download | puppet-mail-bada294e74268a0c174fc4fe1939e4713e99147a.tar.gz puppet-mail-bada294e74268a0c174fc4fe1939e4713e99147a.tar.bz2 |
Removes unused alias
-rw-r--r-- | manifests/system.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 3c65a69..4adc292 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -43,7 +43,6 @@ class mail::system( group => 'root', mode => '0644', source => 'puppet:///modules/mail/postfix/logrotate', - alias => 'alias', } # SSL support |