Procházet zdrojové kódy

[nginx/users] convert file.present into file.managed with no content

master
Arthur Lutz před 6 roky
rodič
revize
4da13b9f8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nginx/users.sls

+ 1
- 1
nginx/users.sls Zobrazit soubor

@@ -6,7 +6,7 @@ htpasswd:
- name: {{ nginx.apache_utils }}

make sure {{ htauth }} exists:
file.exists:
file.managed:
- name: {{ htauth }}
- makedirs: True


Načítá se…
Zrušit
Uložit