ソースを参照

Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
master
Niels Abspoel 6年前
コミット
d0800e9aac
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls ファイルの表示

@@ -5,6 +5,10 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}

touch {{ htauth }}:
cmd.run:
- creates: {{ htauth }}

make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}

読み込み中…
キャンセル
保存