X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=3fb944cd9bf3b1ce7ca390bf1079c74ba8f0acb0;hb=b3110a86f05f02946c0c36ad43418b78092851e2;hp=1708ba8570ccfccf92eab05f33ceca7a9617dd79;hpb=901e4b7c11f0208519992c3230aebec0895b747a;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 1708ba857..3fb944cd9 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -30,6 +30,13 @@ class ganeti2 { mode => '0555', } } + if $::debarchitecture == 'ppc64el' { + file { '/usr/local/bin/qemu-system-ppc64-wrapper': + source => 'puppet:///modules/ganeti2/qemu-system-ppc64-wrapper', + mode => '0555', + } + } + if $::cluster == 'ganeti.bm.debian.org' { file { '/usr/local/sbin/crazy-multipath-restart': source => 'puppet:///modules/ganeti2/crazy-multipath-restart',