summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-23 15:59:44 -0400
committerMicah Anderson <micah@leap.se>2013-07-25 13:50:52 -0400
commitc601ad1021dabc0301097f7c32123c44fc06ca75 (patch)
tree375b449ccae17184152582841dfe652865fbb9bf /puppet/modules/site_postfix/manifests/mx.pp
parent3f1e47a8e92f2ddde45d0bdf6b0b1a51c79d913c (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/mx.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp8
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':