X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=f86e580bbfd85e4407b9d151c4666b42843c924d;hb=ba2f98bdaf1fd7299992c91a64d59a22f2d89621;hp=a944f3db00dcc1fc30aa75b36493c62767dce851;hpb=20c7124536cc621b4610df60226d998eb4828e09;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index a944f3db0..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', @@ -43,6 +43,10 @@ class ganeti2 { | EOF } } + file { '/usr/local/sbin/ganeti-reboot-cluster': + source => 'puppet:///modules/ganeti2/ganeti-reboot-cluster', + mode => '0555', + } package { ['python-dbus', 'systemd-container']: ensure => installed } file { '/usr/local/sbin/ganeti-machined-register-instances':