You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have set strict_variables (https://puppet.com/docs/puppet/4.10/configuration.html#strictvariables) to true on the puppetmaster. Now I also want this setting to be there for the octocatalog-diff run. Unfortunately I couldn't figure out how I could do that. The only think I could think of would be to add a bootstrapping script which creates a puppet.conf with that setting. But this doesn't feel right :)
Does someone has an idea how I could do that?
The text was updated successfully, but these errors were encountered:
Most (all) puppet config settings can also be set on the command line, so I think --command-line (or --from-command-line, --to-command-line) will probably do what you need.
😿 OK, didn't realize it wasn't a command line option.
The need would then seem to be creating a custom puppet.conf file to be used when Puppet is run by octocatalog-diff that contains the unsettable variables. I'll re-tag this as an enhancement request. Thanks for the clarification!
Hey, I have set
strict_variables
(https://puppet.com/docs/puppet/4.10/configuration.html#strictvariables) to true on the puppetmaster. Now I also want this setting to be there for the octocatalog-diff run. Unfortunately I couldn't figure out how I could do that. The only think I could think of would be to add a bootstrapping script which creates a puppet.conf with that setting. But this doesn't feel right :)Does someone has an idea how I could do that?
The text was updated successfully, but these errors were encountered: