You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git and r10k are installed when building the Puppet server docker image, but no SSH client is included. This means that r10k can only be used with HTTPS repositories.
Git and r10k are installed when building the Puppet server docker image, but no SSH client is included. This means that r10k can only be used with HTTPS repositories.
There are two options to enable SSH clients:
openssh-client
with the other dependency packagesrugged
gem when r10k is installedopenssh-client
andrugged
The text was updated successfully, but these errors were encountered: