ganeti2: add wrapper for qemu-system-ppc64
[mirror/dsa-puppet.git] / modules / ganeti2 / manifests / init.pp
index 1708ba8..3fb944c 100644 (file)
@@ -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',