Skip to content

Commit 1b4573a

Browse files
author
Joshua Hoblitt
committed
update modulefile dep on stdlib to >= 4.1.0
It turns out that slightly older versions of merge() don't deal well with undefined variables
1 parent 959a617 commit 1b4573a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Requirements:
1717
Todo:
1818
- complete the config_mysql and config_pgsql defines
1919
'
20-
dependency 'puppetlabs/stdlib', '>= 2.2.0'
20+
dependency 'puppetlabs/stdlib', '>= 4.1.0'

0 commit comments

Comments
 (0)