]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
assert_private() params and deps classes
authorTobias Urdin <tobias.urdin@binero.se>
Mon, 17 Jun 2019 23:10:28 +0000 (01:10 +0200)
committerTobias Urdin <tobias.urdin@binero.se>
Wed, 8 Jul 2020 15:52:59 +0000 (17:52 +0200)
These classes are private and should never be
used outside of it's module.

Change-Id: Ibe65fa54f112e5e697a25cd68c6a4f3d89ef104d

manifests/deps.pp
manifests/params.pp

index 8622f470f0dd5e014aa08b51286fc8502279bd33..c795e1f8deba5319d79f2624f03a8a25b959bb26 100644 (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
index c308270749b98cdc549165818f968ed10f61cf1b..0386c6df35b2e6dcee45b1097535c9e1a533c172 100644 (file)
@@ -4,6 +4,9 @@
 # should be considered to be constant
 #
 class ceilometer::params {
+
+  assert_private()
+
   include openstacklib::defaults
 
   $dbsync_command  = 'ceilometer-upgrade'