X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=3a88f1d3832fd5a2173403e704d49284c5c65e9c;hb=c429f34b4841fc1c41eac251fc2e9203704b1164;hp=3e017b3937c03b34cf0d19b7a5cd8073717ddd07;hpb=84308798a382ca750683fb5343deaa53f5c0e944;p=dsa-puppet.git 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', ; }