assert_private() params and deps classes

These classes are private and should never be
used outside of it's module.

Change-Id: Ibe65fa54f112e5e697a25cd68c6a4f3d89ef104d
This commit is contained in:
Tobias Urdin 2019-06-18 01:10:28 +02:00
parent 60f3d678d1
commit 3b429eca34
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# Ceilometer anchors and dependency management
#
class ceilometer::deps {
assert_private()
# Setup anchors for install, config and service phases of the module. These
# anchors allow external modules to hook the begin and end of any of these
# phases. Package or service management can also be replaced by ensuring the

View File

@ -4,6 +4,9 @@
# should be considered to be constant
#
class ceilometer::params {
assert_private()
include openstacklib::defaults
$dbsync_command = 'ceilometer-upgrade'