1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
12 lines
256 B
Puppet
12 lines
256 B
Puppet
class {'cinder::api':
|
|
enabled => false,
|
|
package_ensure => 'absent',
|
|
keystone_password => 'not important as removed',
|
|
}
|
|
|
|
include cinder::params
|
|
|
|
package { 'cinder':
|
|
ensure => 'absent',
|
|
name => $::cinder::params::package_name,
|
|
} |