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