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 #19131: cf-serverd always reloads #3578

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Signal to cf-serverd that it shall look-up the new promises

export PATH="/opt/rudder/bin:$PATH"
ACL_BAC="/var/rudder/tmp/cf-serverd.sha256"
ACL_BACK="/var/rudder/tmp/cf-serverd.sha256"
ACL_FILE="/var/rudder/cfengine-community/inputs/common/1.0/cf-serverd.cf"
ACL_HASH=$(openssl sha256 -r "${ACL_FILE}" | cut -d' ' -f 1)
if [ -f "${ACL_BACK}" ]; then
Expand Down