Merge "Fix module structure"

This commit is contained in:
Zuul 2018-12-13 02:05:34 +00:00 committed by Gerrit Code Review
commit 0d35868fde
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 # should have a corresponding test manifest that declares that class or defined
# type. # type.
# #
@ -7,6 +7,6 @@
# environment (to compare the resulting system state to the desired state). # environment (to compare the resulting system state to the desired state).
# #
# Learn more about module testing here: # Learn more about module testing here:
# https://docs.puppet.com/puppet/latest/tests_smoke.html # https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
# #
include ::ec2api include ::ec2api