summaryrefslogtreecommitdiffstats
path: root/tozt/mail/manifests/sender.pp
blob: ef30b2a141c497f6ced7068c7786c2d980c86dfb (plain) (blame)
1
2
3
4
5
class mail::sender {
  package { "msmtp-mta":
    ensure => installed,
  }
}