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
3adf8f46
Commit
3adf8f46
authored
Dec 09, 2018
by
mh
Browse files
do deep merge, so we don't loose the defaults
parent
cdec43ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/user_scripts/manage.pp
View file @
3adf8f46
...
...
@@ -24,7 +24,7 @@ define webhosting::user_scripts::manage(
'default_contact'
=>
true
,
},
}
$user_scripts_options
=
merge
(
$default_options
,
$options
)
$user_scripts_options
=
deep_
merge
(
$default_options
,
$options
)
require
::
webhosting::user_scripts
file
{
...
...
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