Skip to content

Commit 03e67db

Browse files
committed
Fix
1 parent a4c1ee7 commit 03e67db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/debug.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
debug_command => $debug_command,
4747
}
4848

49-
$options = deep_merge($options_defaults, $options_hash $my_options)
49+
$options = deep_merge($options_defaults, $options_hash, $my_options)
5050

5151
$array_package_name=any2array($settings['package_name'])
5252
$array_service_name=any2array($settings['service_name'])

manifests/info.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Hash $my_options = {},
1616
Hash $options_hash = {},
1717

18-
Hash $my_settings = {}
18+
Hash $my_settings = {},
1919
Hash $settings_hash = {},
2020

2121
String[1] $data_module = 'tinydata',

0 commit comments

Comments
 (0)