This message was deleted.
# bolt
s
This message was deleted.
s
I am doing
set_config($target, 'ssh', { user => 'root' })
and want bolt to go back to default user later
v
I don't there think there is such an option. I just set whatever I need
Copy code
set_config($puppet_server, 'transport', 'ssh')
s
it seems to accept undef, which restores defaults
👍 1
unintuitive, but it works for me