]> git.madduck.net Git - puppet/sudo.git/blob - examples/init.pp

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

split into files
[puppet/sudo.git] / examples / init.pp
1 # The baseline for module testing used by Puppet Inc. 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
6 # errors and view a log of events) or by fully applying the test in a virtual
7 # environment (to compare the resulting system state to the desired state).
8 #
9 # Learn more about module testing here:
10 # https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
11 #
12 include ::sudo