store ssh auth key snippets for buildd wb and upload access, but do not collect just yet
[mirror/dsa-puppet.git] / modules / ganeti2 / manifests / init.pp
index a944f3d..f86e580 100644 (file)
@@ -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':