5 lines
105 B
Puppet
5 lines
105 B
Puppet
class {'cinder':
|
|
package_ensure => 'absent',
|
|
rabbit_password => 'not important as removed',
|
|
}
|