Commit 443d27ea authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix wallet name

parent 76491f8a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',
  }