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 #20427: missing default value in initial promises #1740

Conversation

ncharles
Copy link
Member

Makefile Outdated
@@ -59,6 +59,8 @@ initial-promises: rudder-templates-cli.jar test
touch initial-promises/rudder_expected_reports.csv
# Provide a default rudder.json
cp variables.json initial-promises/node-server/rudder.json
# Provide a default rudder-parameters.json
cp rudder-parameters.json initial-promises/node-server/rudder-parameters.json
Copy link
Member

Choose a reason for hiding this comment

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

rudder parameters are defined as rudder.${namespaces} but we need node properties here.

@ncharles
Copy link
Member Author

PR updated with a new commit

properties.json Outdated
"updates_cache_expire":240
},
"server":{
"cf_serverd_bind_address":"192.168.45.2"
Copy link
Member

Choose a reason for hiding this comment

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

:: is probably better 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

i'm adding an extra layer of security

@ncharles
Copy link
Member Author

PR updated with a new commit

@Normation-Quality-Assistant
Copy link
Contributor

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-techniques/pull/1740
-- Your faithful QA
Kant merge: "Live your life as though your every act were to become a universal law."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/48275/console)

@amousset
Copy link
Member

OK, squash merging this PR

@amousset amousset force-pushed the ust_20427/missing_default_value_in_initial_promises branch from c85e818 to 063da3c Compare December 14, 2021 21:47
@amousset amousset merged commit 063da3c into Normation:branches/rudder/6.2 Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants