File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ data looked up in trocla
308308The ` trocla_gsub ` replaces %%TROCLA_ [ \w_ \- ] +%% place holders with
309309data looked up in trocla
310310
311- Returns: ` Any `
311+ Returns: ` String `
312312
313313##### ` data `
314314
@@ -404,7 +404,7 @@ The `trocla_lookup_key` is a hiera 5 `lookup_key` data provider function.
404404
405405The ` trocla_lookup_key ` is a hiera 5 ` lookup_key ` data provider function.
406406
407- Returns: ` Any `
407+ Returns: ` String `
408408
409409##### ` key `
410410
Original file line number Diff line number Diff line change 77 dispatch :trocla_gsub do
88 param 'String' , :data
99 optional_param 'Struct[{ prefix => Optional[String] }]' , :options
10+ return_type 'String'
1011 end
1112
1213 def trocla_gsub ( data , options = { } )
Original file line number Diff line number Diff line change 1616 param 'Variant[String, Numeric]' , :key
1717 param 'Hash' , :options
1818 param 'Puppet::LookupContext' , :context
19+ return_type 'String'
1920 end
2021
2122 def trocla_lookup_key ( key , options , context )
You can’t perform that action at this time.
0 commit comments