This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ExternalMirrors
/
apache-formula
огледало од
https://github.com/saltstack-formulas/apache-formula.git
Прати
1
Волим
0
Креирај огранак
1
Код
Дискусије
0
Издања
31
Вики
Activity
Преглед изворни кода
use test -f instead of ls
tags/v0.37.4
Vincent Fretin
пре 10 година
родитељ
18d8c0c0fb
комит
0aec048eaf
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
+1
-1
apache/vhosts/standard.sls
+ 1
- 1
apache/vhosts/standard.sls
Прегледај датотеку
@@ -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…
Откажи
Сачувај