Merge "Deprecate useless rootwrap class"

This commit is contained in:
Zuul
2025-03-18 18:23:35 +00:00
committed by Gerrit Code Review
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.