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

CLI flags should take overload settings in the config files #37312

Closed
gtmanfred opened this issue Oct 28, 2016 · 3 comments
Closed

CLI flags should take overload settings in the config files #37312

gtmanfred opened this issue Oct 28, 2016 · 3 comments
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt P3 Priority 3 severity-low 4th level, cosemtic problems, work around exists
Milestone

Comments

@gtmanfred
Copy link
Contributor

Description of Issue/Question

If you pass arguments like --no-color or --failhard, they do not overwrite settings in /etc/salt/master which could be hard coded to True or False.

Setup

set the following in /etc/salt/master

failhard: False
color: True

Then run salt --no-color --failhard \* state.apply an salt will ignore the cli arguments and instead use the master config options.

Versions Report

I have seen this behavior as far back as 2015.5

@gtmanfred gtmanfred added Bug broken, incorrect, or confusing behavior severity-low 4th level, cosemtic problems, work around exists P3 Priority 3 labels Oct 28, 2016
@gtmanfred gtmanfred added this to the Approved milestone Oct 28, 2016
@gtmanfred gtmanfred added Core relates to code central or existential to Salt TEAM Core labels Oct 28, 2016
@jcmcken
Copy link
Contributor

jcmcken commented Mar 20, 2017

Any updates on this?

@gtmanfred
Copy link
Contributor Author

gtmanfred commented Mar 20, 2017 via email

@cachedout
Copy link
Contributor

Closed via #42557

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt P3 Priority 3 severity-low 4th level, cosemtic problems, work around exists
Projects
None yet
Development

No branches or pull requests

3 participants