X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=2d80c9d49e21b86c8403be9aefe5b6932bb92663;hb=a7d6a1e81e9e43b0b87698e9309ab3ec66c5bccc;hp=ca56ab071fdb40e30a9e7d227c18cd40646e1038;hpb=959416a714bc32f239c4ca659cf22992c910780f;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index ca56ab071..2d80c9d49 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -17,6 +17,17 @@ class ganeti2 { ensure => installed } - site::linux_module { 'tun': } + + file { '/etc/cron.hourly/puppet-cleanup-watcher-pause-file': + source => 'puppet:///modules/ganeti2/cleanup-watcher-pause-file', + mode => '0555', + } + + if $::debarchitecture == 'arm64' { + file { '/usr/local/bin/qemu-system-aarch64-wrapper': + source => 'puppet:///modules/ganeti2/qemu-system-aarch64-wrapper', + mode => '0755', + } + } }