327bc154d5
... because these parameter were deprecated during the previous cycle. Change-Id: I54d5761c4111d2f47efec7e185390a8dd06a6ea3
12 lines
163 B
Puppet
12 lines
163 B
Puppet
# == Class: neutron::rootwrap
|
|
#
|
|
# Manages the neutron rootwrap.conf file on systems
|
|
#
|
|
# === Parameters:
|
|
#
|
|
class neutron::rootwrap (
|
|
) {
|
|
|
|
include neutron::deps
|
|
}
|