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

Version Path
puppet-5.3.1-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.1-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.8 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.8-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.8-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.8-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.2.0 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.2.0-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.2.0-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.2.0-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.7 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.7-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.7-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.7-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.1.0 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.1.0-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.1.0-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.1.0-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.6 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.6-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb