From: Luca Filipozzi Date: Wed, 20 Jun 2012 17:58:24 +0000 (+0000) Subject: clear executable bit from default instance-debootstrap hooks X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=2fa19d671ce9920b11b84a873e8d15405e9f4fbd clear executable bit from default instance-debootstrap hooks --- diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 6cc0763a..38006267 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -79,6 +79,12 @@ class ganeti2 { content => template('ganeti2/instance-debootstrap/hooks/40-dsa-setup-swapfile.erb'), mode => '0555', ; + '/etc/ganeti/instance-debootstrap/hooks/clear-root-password': + mode => '0444', + ; + '/etc/ganeti/instance-debootstrap/hooks/xen-hvc0': + mode => '0444', + ; } }