rsync-ssh-wrap: also allow uploads to SecurityUploadQueue
[mirror/dsa-puppet.git] / modules / ganeti2 / manifests / init.pp
index 4dd32fe..2d80c9d 100644 (file)
@@ -17,11 +17,17 @@ class ganeti2 {
                ensure => installed
        }
 
-       if $drbd {
-               package { 'drbd8-utils':
-                       ensure => installed
-               }
+       site::linux_module { 'tun': }
+
+       file { '/etc/cron.hourly/puppet-cleanup-watcher-pause-file':
+               source => 'puppet:///modules/ganeti2/cleanup-watcher-pause-file',
+               mode    => '0555',
        }
 
-       site::linux_module { 'tun': }
+       if $::debarchitecture == 'arm64' {
+               file { '/usr/local/bin/qemu-system-aarch64-wrapper':
+                       source => 'puppet:///modules/ganeti2/qemu-system-aarch64-wrapper',
+                       mode   => '0755',
+               }
+       }
 }