Skip to content

puppet-lint check to see if resources exist outside of a class or defined type

License

Notifications You must be signed in to change notification settings

llowder/puppet-lint-resource_outside_class-check

Repository files navigation

puppet-lint-resource_outside_class-check

Adds a new puppet-lint check to see if resources exist outside of a class or defined type.

##Installation gem install puppet-lint-resource_outside_class-check

##Usage

This check will detect if resources exist outside of a class or defined types.

Conditions caught:

  • resource before start of a class or defined type definiton
  • resources after the close of a class or defined type definition
  • resources in a manifest that do not have a class or defiend type definition

About

puppet-lint check to see if resources exist outside of a class or defined type

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages