Sha256: a78c235036cf180a242f2e4f6864eb7cb616426cb3cd64d30a76760a4f2c2258
Contents?: true
Size: 521 Bytes
Versions: 98
Compression:
Stored size: 521 Bytes
Contents
# 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. # # Tests are then run by using puppet apply --noop (to check for compilation # errors and view a log of events) or by fully applying the test in a virtual # environment (to compare the resulting system state to the desired state). # # Learn more about module testing here: # https://docs.puppet.com/guides/tests_smoke.html # include ::<%= metadata.name %>
Version data entries
98 entries across 98 versions & 3 rubygems