Skip to content

Commit ee8719d

Browse files
authored
fix(pythontest): add nonexistent/ dir (#448)
* fix(pythontest): add `nonexistent/` dir * style: adjust mode
1 parent e64ae84 commit ee8719d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: salt/pythontest/init.sls

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ inn2:
4646
- user: www-data
4747
- group: www-data
4848

49+
/nonexistent:
50+
file.directory:
51+
- user: nginx
52+
- group: nginx
53+
- mode: "0755"
54+
4955
testdata-repo:
5056
git.latest:
5157
- name: https://github.com/python/pythontestdotnet

0 commit comments

Comments
 (0)