X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=2d80c9d49e21b86c8403be9aefe5b6932bb92663;hb=1ec9655400103e5dddacc921fe0b996004ba065c;hp=cb486dfd57dd7e30b879e7d2042375f3778d0349;hpb=f7278bfb87b71ce89849f9607a460e03893fb412;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index cb486dfd5..2d80c9d49 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -23,4 +23,11 @@ class ganeti2 { 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', + } + } }