ソースを参照

[users.sls] touch /etc/nginx/.htpasswd

master
Arthur Lutz 6年前
コミット
f3ef626ec4
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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 /etc/nginx/.htpasswd:
cmd.run:
- creates: /etc/nginx/.htpasswd

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

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