freebsd-ports/sysutils/puppet-lint/pkg-descr
Tim Bishop 8b5d06a2f3 - Add new port puppet-lint.
Puppet-lint checks your Puppet manifests against the Puppet Labs style
guide and alerts you to any discrepancies.

You can test a single manifest file by running:

	puppet-lint <path to file>

If you want to test your entire Puppet manifest directory, you can add
require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:

	rake lint

WWW: https://github.com/rodjek/puppet-lint
2012-01-25 17:12:47 +00:00

13 lines
391 B
Text

Puppet-lint checks your Puppet manifests against the Puppet Labs style
guide and alerts you to any discrepancies.
You can test a single manifest file by running:
puppet-lint <path to file>
If you want to test your entire Puppet manifest directory, you can add
require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
rake lint
WWW: https://github.com/rodjek/puppet-lint