Deprecate useless rootwrap class

The class contains no resource and is of no use.

Change-Id: I99c6dbf134c5b9a2273839de68bfade973b4af88
This commit is contained in:
Takashi Kajinami
2025-03-17 19:09:09 +09:00
parent d8069626a6
commit 25db3553c4
2 changed files with 8 additions and 1 deletions

View File

@@ -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.')
}

View File

@@ -0,0 +1,5 @@
---
deprecations:
- |
The ``neutron::rootwrap`` class has been deprecated and will be removed
in a future release.