[puppet-lint]
flags = cfg-mgmt
apt = puppet-lint
files = *.pp
command = puppet-lint {files}

[puppet]
flags = cfg-mgmt
apt = puppet
files = *.pp
command = puppet parser validate {files}

[puppet-syntax]
flags = todo cfg-mgmt
comment = ruby-puppet-syntax

# TODO: erb files?
# erb -x -T '-' {files} | ruby -c

# vim:ft=dosini
