5 lines
134 B
Puppet
5 lines
134 B
Puppet
class { 'neutron':
|
|
enabled => false,
|
|
package_ensure => 'absent',
|
|
rabbit_password => 'not important as removed',
|
|
} |