Fix remove and resource name ref for cinder
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
3e0e7f81e8
commit
02a32c12b6
@ -1,4 +1,4 @@
|
||||
class {'cinder':
|
||||
enabled => false,
|
||||
package_ensure => 'absent'
|
||||
package_ensure => 'absent',
|
||||
rabbit_password => 'not important as removed',
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$resource = hiera('{{ resource_name }}')
|
||||
$resource = hiera($::resource_name)
|
||||
|
||||
$ip = $resource['input']['ip']['value']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user