This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
use test -f instead of ls
tags/v0.37.4
Vincent Fretin
10 years ago
parent
18d8c0c0fb
commit
0aec048eaf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apache/vhosts/standard.sls
+ 1
- 1
apache/vhosts/standard.sls
View File
@@ -24,7 +24,7 @@ include:
a2ensite {{ id }}:
cmd:
- run
- unless:
ls
/etc/apache2/sites-enabled/{{ id }}
- unless:
test -f
/etc/apache2/sites-enabled/{{ id }}
- require:
- file: {{ id }}
- watch_in:
Write
Preview
Loading…
Cancel
Save