Checkpoint commit / importlib-inspect approach
[salty_linter.git] / example_sls / two-items.sls
1 # This file has three states
2
3 /etc/motd:
4 file.managed:
5 - contents: "I yam who I yam"
6 - user: poppey
7 - group: sailors
8
9 # Also this state has no function parameters
10 /etc/nope:
11 file.missing
12
13 # This state has no parameters but a bad function name
14 /etc/nopesir:
15 file.awol
16