Fix remove and resource name ref for cinder

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-07-21 14:19:46 +02:00
parent 92a3bf2195
commit 0e16ac9517
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
class {'cinder':
enabled => false,
package_ensure => 'absent'
package_ensure => 'absent',
rabbit_password => 'not important as removed',
}

View File

@ -1,4 +1,4 @@
$resource = hiera('{{ resource_name }}')
$resource = hiera($::resource_name)
$ip = $resource['input']['ip']['value']