This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge pull request
#190
from arthurlogilab/nginx-users-makedirs
[nginx/users] convert file.present into file.managed with no content
master
Niels Abspoel
6 years ago
parent
5a7e113a15
4da13b9f8b
commit
4b3d5bf624
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/users.sls
+ 1
- 1
nginx/users.sls
View File
@@ -10,7 +10,7 @@ touch {{ htauth }}:
- creates: {{ htauth }}
make sure {{ htauth }} exists:
file.
exists
:
file.
managed
:
- name: {{ htauth }}
- makedirs: True
Write
Preview
Loading…
Cancel
Save