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 #12681: Add a command line option to run the agent in full compliance mode #176

Conversation

peckpeck
Copy link
Member

@@ -15,6 +15,8 @@
# @man +
# @man *-q*: run the agent in quiet mode (display only error messages)
# @man +
# @man *-g*: run the agent in full compliance mode (even if change only has been configured)
Copy link
Member

Choose a reason for hiding this comment

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

changes only

@Normation-Quality-Assistant

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder-agent/pull/176
-- Your faithful QA

@peckpeck
Copy link
Member Author

OK, merging this PR

@peckpeck peckpeck merged commit 7853657 into Normation:branches/rudder/4.1 Jun 21, 2018
@@ -31,4 +31,4 @@ fi

PRETTY="awk -v info=\"\${DISPLAY_INFO}\" -v full_strings=\"\${FULL_STRINGS}\" -v summary_only=\"\${SUMMARY_ONLY}\" -v quiet=\"\${QUIET}\" -v multiline=\"\${MULTILINE}\" -v multihost=\"\${MULTIHOST}\" \
-v green=\"\${GREEN}\" -v darkgreen=\"\${DARKGREEN}\" -v red=\"\${RED}\" -v yellow=\"\${YELLOW}\" -v magenta=\"\${MAGENTA}\" -v normal=\"\${NORMAL}\" -v white=\"\${WHITE}\" -v cyan=\"\${CYAN}\" \
-v dblue=\"\${DBLUE}\" -v dgreen=\"\${DGREEN}\" -v has_fflush=\"\${AWK_FFLUSH}\" ${AWK_OPTS} -f ${PRETTY_FILTER}"
-v dblue=\"\${DBLUE}\" -v dgreen=\"\${DGREEN}\" -v has_fflush=\"\${AWK_FFLUSH}\" -v full_compliance=\"\${FULL_COMPLIANCE}\" ${AWK_OPTS} -f ${PRETTY_FILTER}
Copy link
Member

Choose a reason for hiding this comment

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

there's a missing " at the end of line :(

@peckpeck peckpeck deleted the ust_12681/add_a_command_line_option_to_run_the_agent_in_full_compliance_mode branch July 13, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants