Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 3515: Make sure that during an upgrade/install, the permissions on... #45

Merged
merged 2 commits into from Apr 24, 2013
Merged

Fixes 3515: Make sure that during an upgrade/install, the permissions on... #45

merged 2 commits into from Apr 24, 2013

Conversation

Kegeruneku
Copy link

... the ppkeys CFEngine directory are correct

To be merged in master

Ticket: http://www.rudder-project.org/redmine/issues/3515

… on the ppkeys CFEngine directory are correct
@@ -24,6 +24,10 @@ case "$1" in
CFRUDDER_FIRST_INSTALL=0
if [ ! -x /var/rudder/cfengine-community/bin/cf-execd ]; then CFRUDDER_FIRST_INSTALL=1; fi

echo "Making sure that the permissions on the CFEngine key directory are correct..."
chmod 700 %{ruddervardir}/cfengine-community/ppkeys
chmod 600 %{ruddervardir}/cfengine-community/ppkeys/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not valid syntax in a debian postinst file.

… on the ppkeys CFEngine directory are correct (typo)
jooooooon added a commit that referenced this pull request Apr 24, 2013
…ermissions_on_rudder_agent

Fixes #3515: Make sure that during an upgrade/install, the permissions on...
@jooooooon jooooooon merged commit 1ca64f5 into Normation:master Apr 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants