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:
parent
60f3d678d1
commit
3b429eca34
@ -3,6 +3,9 @@
|
|||||||
# Ceilometer anchors and dependency management
|
# Ceilometer anchors and dependency management
|
||||||
#
|
#
|
||||||
class ceilometer::deps {
|
class ceilometer::deps {
|
||||||
|
|
||||||
|
assert_private()
|
||||||
|
|
||||||
# Setup anchors for install, config and service phases of the module. These
|
# 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
|
# 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
|
# phases. Package or service management can also be replaced by ensuring the
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
# should be considered to be constant
|
# should be considered to be constant
|
||||||
#
|
#
|
||||||
class ceilometer::params {
|
class ceilometer::params {
|
||||||
|
|
||||||
|
assert_private()
|
||||||
|
|
||||||
include openstacklib::defaults
|
include openstacklib::defaults
|
||||||
|
|
||||||
$dbsync_command = 'ceilometer-upgrade'
|
$dbsync_command = 'ceilometer-upgrade'
|
||||||
|
Loading…
Reference in New Issue
Block a user