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