X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=f86e580bbfd85e4407b9d151c4666b42843c924d;hb=f54c4f0e27d1ff4c0805a8b6902f0b7e1b772b19;hp=3fb944cd9bf3b1ce7ca390bf1079c74ba8f0acb0;hpb=b3110a86f05f02946c0c36ad43418b78092851e2;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 3fb944cd9..f86e580bb 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -17,7 +17,7 @@ class ganeti2 { ensure => installed } - site::linux_module { 'tun': } + base::linux_module { 'tun': } file { '/etc/cron.hourly/puppet-cleanup-watcher-pause-file': source => 'puppet:///modules/ganeti2/cleanup-watcher-pause-file', @@ -30,13 +30,6 @@ 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',