Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
salt
/
apache-formula
sforkowany z
ExternalMirrors/apache-formula
Obserwuj
1
Polub
0
Forkuj
0
Kod
Wydania
0
Aktywność
Przeglądaj źródła
Merge pull request
#171
from porunov/master
Add uninstall state
master
alxwr
7 lat temu
rodzic
b003b82249
aba648965f
commit
7f6179365e
1 zmienionych plików
z
11 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
+11
-0
apache/uninstall.sls
+ 11
- 0
apache/uninstall.sls
Wyświetl plik
@@ -0,0 +1,11 @@
{% from "apache/map.jinja" import apache with context %}
apache-uninstall:
service.dead:
- name: {{ apache.service }}
- enable: False
pkg.removed:
- pkgs:
- {{ apache.server }}
- require:
- service: apache-uninstall
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz