Tweak sysutils/etcupdate version 1.1
[dports.git] / sysutils / puppet-lint / pkg-descr
1 Puppet-lint checks your Puppet manifests against the Puppet Labs style
2 guide and alerts you to any discrepancies.
3
4 You can test a single manifest file by running:
5
6         puppet-lint <path to file>
7
8 If you want to test your entire Puppet manifest directory, you can add
9 require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
10
11         rake lint
12
13 WWW: https://github.com/rodjek/puppet-lint