Bring back 'value' in input data, fix ansible_template .value
'value' is artificial here, but it's easier to do than change all Puppet run.pp/remove.pp files.
This commit is contained in:
parent
48752c9816
commit
c39cfa1567
@ -1,7 +1,7 @@
|
||||
$resource = hiera($::resource_name)
|
||||
|
||||
$port = "${resource['input']['port']}"
|
||||
$management_port = "${resource['input']['management_port']}"
|
||||
$port = "${resource['input']['port']['value']}"
|
||||
$management_port = "${resource['input']['management_port']['value']}"
|
||||
|
||||
class { '::rabbitmq':
|
||||
service_manage => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user