YAR SHE BLOWS
[salty_linter.git] / salty_linter / data / salty_linter.yaml~
1 ---
2
3 # Based on the 2018.3.2 salt release
4 # This is a partial state/function/parameter database based on the states I use
5 # Please submit merge requests for additional coverage
6
7 type:
8 basic:
9 - boolean
10 - char
11 - mos # map of strings
12 - string
13 - solos # string_or_list_of_strings: String | [String]
14 template:
15 - cheetah
16 - genshi
17 - jinja
18 - mako
19 - py
20 - wempy
21
22 # states:
23 # state-name:
24 # function-name:
25 # parameter: type
26 # ...
27 # ...
28 # ...
29 states:
30 file:
31 managed:
32 allow_empty: boolean
33 attrs: string
34 backup: string
35 check_cmd: string
36 contents: solos
37 contents_delimiter: char
38 contents_grains: string
39 contents_newline: boolean
40 contents_pillar: string
41 context: mos
42 create: boolean
43 defaults: mos
44 dir_mode: string
45 encoding: stirng
46 encoding_errors: string
47 follow_symlinks: boolean
48 group: string
49 keep_source: boolean
50 makedirs: boolean
51 mode: string
52 name: string
53 replace: boolean
54 skip_verify: boolean
55 show_changes: boolean
56 source: solos
57 source_hash: string
58 source_hash_name: string
59 template: template
60 tmp_ext: string
61 user: string
62 win_deny_perms: mos
63 win_inheritance: boolean
64 win_owner: string
65 win_perms: mos
66 win_perms_reset: boolean