For example: {noformat} bolt command run 'base64 -d /etc/puppetlabs/license.enc > /etc/puppetlabs/license.key' -n example.com --run-as root {fornmat}
Fails because {{sudo base64 -d /etc/puppetlabs/license.enc}} is redirected as the original user to {{/etc/puppetlabs/license.key}}
It's not clear how we can fix this without overriding the login shell. We should at least document how to call {{bash}} or another shell as the command.
Question: How can we make sure users find this documentation?
Fails because {{sudo base64 -d /etc/puppetlabs/license.enc}} is redirected as the original user to {{/etc/puppetlabs/license.key}}
It's not clear how we can fix this without overriding the login shell. We should at least document how to call {{bash}} or another shell as the command.
Question: How can we make sure users find this documentation?