freebsd-ports/sysutils/puppet-lint/pkg-descr
Michael Moll baaa46f41c sysutils/puppet-lint: update to 1.1.0
Approved by:	mat (mentor), tdb (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3220
2015-07-27 20:54:36 +00:00

13 lines
377 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: http://puppet-lint.com/