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 #7485: Agent update Rudder WebDAV user and password at every run #792

Conversation

peckpeck
Copy link
Member

@@ -268,7 +268,7 @@ bundle agent root_password_check_dav

classes:

"dav_cant_connect" not => returnszero("/usr/bin/curl -s -f -u ${g.davuser}:${g.davpw} -T /opt/rudder/etc/uuid.hive ${g.inventory_upload_protocol}://localhost/inventory-updates/uuid.hive","noshell");
"dav_cant_connect" not => returnszero("/usr/bin/curl -k -s -f -u ${g.davuser}:${g.davpw} -T /opt/rudder/etc/uuid.hive ${g.inventory_upload_protocol}://localhost/inventory-updates/uuid.hive","noshell");
Copy link
Member

Choose a reason for hiding this comment

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

should it be also in 3.1 ?

@peckpeck peckpeck force-pushed the bug_7485/agent_update_rudder_webdav_user_and_password_at_every_run branch from 9a619d1 to 2c6433c Compare November 27, 2015 11:03
@peckpeck
Copy link
Member Author

PR replaced by #793

@peckpeck peckpeck closed this Nov 27, 2015
amousset pushed a commit to amousset/rudder-techniques that referenced this pull request Dec 8, 2015
…from_7395_extra_if_in_spec_pre_scriplet

Fixes #7404: Merge error from #7395 - extra \"if\" in .spec pre scriplet
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