Skip to content

Commit f65ca12

Browse files
author
Taylan Develioglu
committed
Remove unnecessary validation of hash merge result
1 parent e38ff31 commit f65ca12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@
199199
validate_hash($acls)
200200

201201
$config_hash_real = deep_merge($config_defaults, $config_hash)
202-
validate_hash($config_hash_real)
203202

204203
if $config_hash_real['data_dir'] {
205204
$data_dir = $config_hash_real['data_dir']

0 commit comments

Comments
 (0)