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-retrospec-1.8.0 vendor/pup410/lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-retrospec-1.7.0 vendor/pup410/lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.7 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.7-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.7-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.7-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.12 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.12-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.12-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.12-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.5.1 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.5.1-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.5.1-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.5.1-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.11 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.11-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.11-x64-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-4.10.11-universal-darwin lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.6 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb
puppet-5.3.6-x86-mingw32 lib/puppet/module_tool/skeleton/templates/generator/examples/init.pp.erb