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
chris
puppet-backupninja
Commits
e5e94332
Commit
e5e94332
authored
May 08, 2015
by
Jerome Charaoui
Browse files
Fix variable names in previous commit (
7dcb79f4
)
parent
84a0ad71
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
e5e94332
...
...
@@ -71,7 +71,7 @@ class backupninja (
})
ensure_resource
(
'file'
,
$keydestfile
,
{
'ensure'
=>
'present'
,
'source'
=>
"
${keystore}
/
${
real_
user}
_id_
${key
_
type}
"
,
'source'
=>
"
${keystore}
/
${user}
_id_
${keytype}
"
,
'mode'
=>
'0700'
,
'owner'
=>
$keyowner
,
'group'
=>
$keygroup
,
...
...
Write
Preview
Markdown
is supported
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