Commit graph

3 commits

Author SHA1 Message Date
Tim Bishop
4c22d6ab60 - Update to 0.1.12. 2012-01-28 15:42:41 +00:00
Tim Bishop
4b6d1ebf73 - Remove accidently committed temporary file. Thanks to jgh for spotting it. 2012-01-25 18:45:10 +00:00
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