Skip to content

Commit 083be71

Browse files
committed
(MODULES-5680) Disable using return_type.
1 parent 6d714bb commit 083be71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppet/functions/sprintf_hash.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
dispatch :sprintf_hash do
2020
param 'String', :format
2121
param 'Hash', :arguments
22-
return_type 'String'
22+
# Disabled for now. This gives issues on puppet 4.7.1.
23+
# return_type 'String'
2324
end
2425

2526
def sprintf_hash(format, arguments)

0 commit comments

Comments
 (0)