Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
puppetpublic
gitlab_deploykey
Commits
ee8533a2
Commit
ee8533a2
authored
May 18, 2016
by
Adam Lewenberg
Browse files
fix incorrect parameter name
parent
58a035ce
Pipeline
#762
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
ee8533a2
...
...
@@ -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'
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment