Cas Donoghue
Cas Donoghue
I'm tempted to simplify this to follow the pattern in the puppetdb CLI. Specifically, if cert is configured, do not use token. I think that really simplifies things and is...
Bolt supports this as of https://github.com/puppetlabs/bolt/commit/9dcbd88a5661ffff42a60107c2f517d4249d0958 . I'm assuming you are not running this plan through bolt as a system package or gem, but rather through the orchestrator in PE?
Thanks this has been requested before. https://github.com/puppetlabs/bolt/issues/1812
Are you trying to test whether or not `_catch_errors` is conditionally in the call to `run_plan`? Ultimately the special `_` prefixed parameters in the `run_plan` function are explicitly filtered out...
https://github.com/puppetlabs/bolt/pull/3294
Interesting. We have something similar in BoltSpec https://github.com/puppetlabs/bolt/blob/4b30c391d97ad903bdfc27fcaf0c2a910371e898/spec/lib/bolt_spec/files.rb#L7 Seems like most cases you would know what content you want in the file and only want the file around for another...
I dont understand the example? What do you need with an empty file in run_command? I guess, for me the only use case I can think of for a "with...
This is not currently possible in bolt's dependency resolution for modules it is noted in the docs: https://www.puppet.com/docs/bolt/latest/bolt_installing_modules.html#add-a-forge-module-and-its-dependencies-to-an-existing-project As mentioned these dependencies (non forge hosted) will need to be listed...
If this is something we want to address could it be a step in https://github.com/puppetlabs/education-builds/blob/master/build_files/manifests/post.pp
@greglarkin Looks like you filed `TRAINTECH-8280`, Thanks! Shall we close this issue now? or wait until that is resolved?