Loading manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ define gitlab_deploykey ( # Get the code.stanford.edu (GitLab) private key from wallet and put it # in the ssh config directory. wallet { "ssh-${key_type}/${name}": wallet { "ssh-${key_type}/gitlab-${name}": file => '/root/.ssh/id_rsa', mode => '0600', } Loading Loading
manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ define gitlab_deploykey ( # Get the code.stanford.edu (GitLab) private key from wallet and put it # in the ssh config directory. wallet { "ssh-${key_type}/${name}": wallet { "ssh-${key_type}/gitlab-${name}": file => '/root/.ssh/id_rsa', mode => '0600', } Loading