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