
The class contains no resource and is of no use. Change-Id: I99c6dbf134c5b9a2273839de68bfade973b4af88
14 lines
234 B
ObjectPascal
14 lines
234 B
ObjectPascal
# == Class: neutron::rootwrap
|
|
# DEPRECATED !!
|
|
# Manages the neutron rootwrap.conf file on systems
|
|
#
|
|
# === Parameters:
|
|
#
|
|
class neutron::rootwrap (
|
|
) {
|
|
|
|
include neutron::deps
|
|
|
|
warning('The neutron::rootwrap class is deprecated.')
|
|
}
|