aboutsummaryrefslogtreecommitdiff
path: root/sysutils/puppet-lint/pkg-descr
blob: ea898597d6e162104e828e5971e85ab192ba6871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/