diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-23 15:59:44 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 13:50:52 -0400 |
commit | c601ad1021dabc0301097f7c32123c44fc06ca75 (patch) | |
tree | 375b449ccae17184152582841dfe652865fbb9bf /puppet/modules/site_postfix/manifests | |
parent | 3f1e47a8e92f2ddde45d0bdf6b0b1a51c79d913c (diff) |
update postfix module to new shared version for parameterized classes, and other
2.7 updates
update site_postfix::mx to use parameterized classes
Diffstat (limited to 'puppet/modules/site_postfix/manifests')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index 0d2a545a..932cdd75 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -49,14 +49,6 @@ class site_postfix::mx { managehome => true, } - user { 'vmail': - ensure => present, - comment => 'Leap Mailspool', - home => '/var/mail/vmail', - shell => '/bin/false', - managehome => true, - } - include site_postfix::mx::smtpd_checks class { 'postfix': |