-
Notifications
You must be signed in to change notification settings - Fork 190
ENT-4664: Added sys.policy_version #5873
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for submitting a PR! Maybe @craigcomstock can review this? |
7aba3c9
to
4259758
Compare
387dcc6
to
decce9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Ticket: ENT-4043 Changelog: Title Signed-off-by: Victor Moene <victor.moene@northern.tech>
decce9b
to
4bb7d67
Compare
Signed-off-by: Victor Moene <victor.moene@northern.tech>
4bb7d67
to
cc559b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing because of a mistake in the masterfiles PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, looks good 🚀
{ | ||
EvalContextVariablePutSpecial(ctx, SPECIAL_SCOPE_SYS, "policy_version", version, CF_DATA_TYPE_STRING, | ||
"inventory,source=agent,attribute_name=CFEngine policy version,derived-from=common_control.version"); | ||
"inventory,source=agent,attribute_name=CFEngine policy version,derived-from=default:control_common.version"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this change belongs in the previous commit
Merge together:
cfengine/masterfiles#3050