assert_private() params and deps classes

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

Change-Id: Ia473650857acb16a84f04fd1c8d9e66edbe33888
This commit is contained in:
Tobias Urdin 2019-05-25 01:35:01 +02:00
parent 5466d6e682
commit 35a3437421
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# {{cookiecutter.project_name}} anchors and dependency management
#
class {{cookiecutter.project_name}}::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

@ -2,6 +2,8 @@
#
class {{cookiecutter.project_name}}::params {
assert_private()
include ::{{cookiecutter.project_name}}::deps
include ::openstacklib::defaults