Cas Donoghue
Cas Donoghue
I think we could certainly look in to better warnings about this behavior. I do have a potential solution for you here though https://github.com/puppetlabs/bolt/issues/1934 You can specify only the modules...
We can certainly look in to better docs for this. Files that *are* copied over can be used like so: if you have a file in `my_module/files/foo.conf` You can use...
My guess is that when we tar up the module's files for the apply we loose the symlink https://github.com/puppetlabs/bolt/blob/f76f7444a1fbf44da413062e4a8e9102ccced66a/lib/bolt/applicator.rb#L341 \using Minitar. A quick glance through that library does not yield...
Yeah marshaling the ruby objects to yaml seems... Not ideal. But refactoring that seems like a bit of an endeavor.
The stale issue bot closed it (several times). I have disabled that bot, this will remain open until we triage it. Thanks.
This is likely something that will be included in bolt 4.
This would be a feature request in the net-ssh library probably. Though in practice I would imagine this has a common workflow that I think should work with bolt (at...
Thanks for reporting this. Generally I would like to update the runtime we ship in bolt packages as it could use a refresh. Not to mention figuring out what a...
Did you try setting the `interpreters` for powershell implementations? https://www.puppet.com/docs/bolt/latest/bolt_transports_reference.html#interpreters-7
What version of puppet-agent are you running?