Fix remove and resource name ref for cinder
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
92a3bf2195
commit
0e16ac9517
@ -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…
Reference in New Issue
Block a user