File: puppet

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[puppet-lint]
flags = cfg-mgmt run-in-tmp-dir
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