Lucy

Results 7 comments of Lucy

Garrettwilkin: I added your changes to .slides article{} in firefox devtools, and they seemed to take effect. So, there are a couple of things that might be happening: 1. If...

To do: - Check `upload_file` behavior on other transports - Possibly have `rsync` be an option for the SSh transport (similar to `smb` option for `winrm`) @desolat Just fyi, we're...

https://github.com/bolt/blob/master/lib/bolt/shell/bash.rb#L129-L147 This error should only be raised if Bolt is prompted for a password. I have a few theories about what might be happening. 1. The actual command we run...

A few other notes: the `run-as-command` can be configured in a file `bolt.yaml` that's in the same directory you're running Bolt from, it just doesn't have a command line flag....

Ah, that's because `run-as-command` was set to an empty string. The command we build if you set run-as-command is ` sh -c cd && `. You're seeing `root sh -c...`...

We should probably rename the Dockerfile in the bolt repo - I made https://github.com/puppetlabs/bolt/issues/1159. @andresgutgon if you're interested we now publish a docker container with Bolt in it from CI,...