Commit ee8533a2 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix incorrect parameter name

parent 58a035ce
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ define gitlab_deploykey (
  wallet { "ssh-${key_type}/gitlab-${name}":
    ensure => $ensure,
    type   => 'file',
    file   => '/root/.ssh/id_rsa',
    path   => '/root/.ssh/id_rsa',
    mode   => '0600',
  }