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: I1758ef4a75bb4b396ce6b0dd15673fe567b89429
This commit is contained in:
Tobias Urdin 2018-12-12 11:52:49 +01:00
parent 00c52b2fba
commit 0f8db54773
1 changed files with 2 additions and 2 deletions

View File

@ -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:
# http://docs.puppetlabs.com/guides/tests_smoke.html
# https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
#
include ::zaqar