Puppet Lint

puppet-lint checks your Puppet manifests conform the PuppetLabs style guide.

http://puppet-lint.com/

Configuration

You can enable puppet-lint with the following configuration:

tools:
    puppet_lint: true

Config Reference

The following is a complete configuration reference:

tools:

    # Check that your Puppet manifests conform to the PuppetLabs style guide.
    puppet_lint:
        command:              ~

        # Define checks which you would like to skip separated by spaces, e.g. "--no-case_without_default-check --no-other-check".
        flags:                ~
        enabled:              false