Fix module structure
Fixes so that the top level structure of the modules conform to the puppet standard [1]. [1] https://puppet.com/docs/puppet/5.3/modules_fundamentals.html#module-structure Change-Id: I48099f2efeb7ea8731b9da2ad69d17d850245ebb
This commit is contained in:
parent
e79ba9a3bc
commit
fb6d810019
@ -1,4 +1,4 @@
|
||||
# The baseline for module testing used by Puppet Labs is that each manifest
|
||||
# The baseline for module testing used by Puppet Inc. is that each manifest
|
||||
# should have a corresponding test manifest that declares that class or defined
|
||||
# type.
|
||||
#
|
||||
@ -7,6 +7,6 @@
|
||||
# environment (to compare the resulting system state to the desired state).
|
||||
#
|
||||
# Learn more about module testing here:
|
||||
# https://puppet.com/docs/puppet/5.2/tests_smoke.html
|
||||
# https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
|
||||
#
|
||||
include ::octavia
|
Loading…
Reference in New Issue
Block a user