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
immerda
Puppet Modules
webhosting
Commits
44509cd2
Commit
44509cd2
authored
Jun 18, 2016
by
mh
Browse files
older puppet versions don't like a variable as key
parent
6b34e464
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/utils/clone.pp
View file @
44509cd2
...
...
@@ -27,5 +27,5 @@ define webhosting::utils::clone(
git_repo
=>
$git_repo
,
}
}
create_resources
(
'git::clone'
,{
$
name
=>
$git_options
},
$default_git_params
)
create_resources
(
'git::clone'
,{
"
${
name
}
"
=>
$git_options
},
$default_git_params
)
}
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