summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/mail.pp
blob: fd49c7f584edbc3e73538cb7362b8c9684abc45e (plain) (blame)
1
2
3
4
5
6
7
8
class tozt::mail {
  include dovecot
  include postfix

  package { ['procmail', 'mutt']:
    ensure => installed;
  }
}