From 15677f53befaa2174b76bf74a75cb76a632580b5 Mon Sep 17 00:00:00 2001 From: hahn <hahn@AAE49.campus.unibe.ch> Date: Mon, 31 Mar 2014 16:33:13 +0200 Subject: [PATCH] - add ssh host key - fixed: hardcoded exec of puppet agent --version - fixed onbuild hook: removed set permissions to config/sshkeys/* --- hooks/onbuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/hooks/onbuild b/hooks/onbuild index c3f0fabf..9475aa37 100644 --- a/hooks/onbuild +++ b/hooks/onbuild @@ -17,8 +17,5 @@ cd .. echo "----------> setze x-recht auf gitsshwrapper " ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh -echo "----------> minimere Rechte auf SSH-Keyfiles" -chmod 600 config/sshkeys/* -ls -l config/sshkeys/* echo "----------> done." -- GitLab