annotate modules/common/tests/init.pp @ 388:750d36241580
Add missing dependency modules
Probably required by SSH, but not obviously listed
author |
IBBoard <dev@ibboard.co.uk> |
date |
Mon, 03 Jan 2022 17:15:14 +0000 |
parents |
|
children |
|
rev |
line source |
388
|
1 # The baseline for module testing used by Puppet Labs is that each manifest
|
|
2 # should have a corresponding test manifest that declares that class or defined
|
|
3 # type.
|
|
4 #
|
|
5 # Tests are then run by using puppet apply --noop (to check for compilation errors
|
|
6 # and view a log of events) or by fully applying the test in a virtual environment
|
|
7 # (to compare the resulting system state to the desired state).
|
|
8 #
|
|
9 # Learn more about module testing here: http://docs.puppetlabs.com/guides/tests_smoke.html
|
|
10 #
|
|
11 include ::common
|