Install ganeti-reboot-cluster
[mirror/dsa-puppet.git] / modules / ganeti2 / manifests / init.pp
index a944f3d..1708ba8 100644 (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':