From c429f34b4841fc1c41eac251fc2e9203704b1164 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 19 Jun 2012 21:31:50 +0200 Subject: [PATCH] Fix modes for hooks --- modules/ganeti2/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 3e017b39..3a88f1d3 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -61,15 +61,19 @@ class ganeti2 { ; '/etc/ganeti/instance-debootstrap/hooks/00-dsa-configure-networking': content => template('ganeti2/instance-debootstrap/hooks/00-dsa-configure-networking.erb'), + mode => '0555', ; '/etc/ganeti/instance-debootstrap/hooks/10-dsa-install-extra-packages': content => template('ganeti2/instance-debootstrap/hooks/10-dsa-install-extra-packages.erb'), + mode => '0555', ; '/etc/ganeti/instance-debootstrap/hooks/20-dsa-install-bootloader': content => template('ganeti2/instance-debootstrap/hooks/20-dsa-install-bootloader.erb'), + mode => '0555', ; '/etc/ganeti/instance-debootstrap/hooks/30-dsa-install-ssh-keys': content => template('ganeti2/instance-debootstrap/hooks/30-dsa-install-ssh-keys.erb'), + mode => '0555', ; } -- 2.39.2