Deprecate useless rootwrap class
The class contains no resource and is of no use. Change-Id: I99c6dbf134c5b9a2273839de68bfade973b4af88
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# == Class: neutron::rootwrap
|
||||
#
|
||||
# DEPRECATED !!
|
||||
# Manages the neutron rootwrap.conf file on systems
|
||||
#
|
||||
# === Parameters:
|
||||
@@ -8,4 +8,6 @@ class neutron::rootwrap (
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
warning('The neutron::rootwrap class is deprecated.')
|
||||
}
|
||||
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``neutron::rootwrap`` class has been deprecated and will be removed
|
||||
in a future release.
|
Reference in New Issue
Block a user