From 57c08f3615a2bbeb82fcd12cd32c414629a1aceb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 23 Sep 2017 14:51:34 +0200 Subject: [PATCH] fix modes on qemu-system-aarch64-wrapper --- modules/ganeti2/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 2d80c9d49..431cc1719 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -27,7 +27,7 @@ class ganeti2 { if $::debarchitecture == 'arm64' { file { '/usr/local/bin/qemu-system-aarch64-wrapper': source => 'puppet:///modules/ganeti2/qemu-system-aarch64-wrapper', - mode => '0755', + mode => '0555', } } } -- 2.20.1