summaryrefslogtreecommitdiffstats
path: root/modules/mail/manifests/operatingsystem.pp
blob: a9bd1de96b1666fd699f94e3b39bbe5c0af51075 (plain) (blame)
1
2
3
4
5
class mail::operatingsystem {
  file { '/etc/pacman.d/mirrorlist':
    source => 'puppet:///modules/mail/mirrorlist';
  }
}