1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
11 lines
205 B
Puppet
11 lines
205 B
Puppet
class { 'nova::conductor':
|
|
ensure_package => 'absent',
|
|
enabled => false,
|
|
}
|
|
|
|
include nova::params
|
|
|
|
package { 'nova-common':
|
|
name => $nova::params::common_package_name,
|
|
ensure => 'absent',
|
|
} |