Cas Donoghue

Results 123 comments of Cas Donoghue

Thanks for filing this bug report. I'm sure you have ruled out network performance as a cause?

https://github.com/puppetlabs/bolt-vanagon/pull/196

Yeah, unfortunately we dont compile and ship bolt packages for ARM architectures.

What binary are you interested in? You can always use bolt as a gem if you have a ruby runtime for ARM. FWIW getting back to better coverage between agent/bolt...

Ultimately bolt is a rubygem. Bolt packages are not a binary, instead it is a full ruby/openssl runtime, some pre-packaged modules and the required data for being managed as a...

What actions are not using the run-as flag? When i test this with a minimal example (using run_command) the `run-as` cli option is respected: ``` (positive_ev) ➜ foo cat foo/plans/init.pp...

We are working on getting packages built today. Should be included in bolt 3.26.2.

Interesting. It looks like the `Bolt::Shell::Bash#execute` method is generalized to handle multiple commands (stitching them together with `sh -c`) , in the case of `run_command` (not considering `run-as`) we would...

The `_installdir` is a task metaparameter used by `bolt` for tasks that require multiple files for execution. IN this case, the `install_shell` task requires files https://github.com/puppetlabs/puppetlabs-puppet_agent/blob/3aef2ffbb731cdec1baaa50d0eb48561257171e3/tasks/install.json#L34 provided by the https://github.com/puppetlabs/puppetlabs-facts...

Also, if you were trying to run the `puppet_agent::install_shell` task directly, there was likely an error due to https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/439 . Thanks for submitting this issue.