ソースを参照

fix(certificates): ensure `openssl` installed before `cmd.run`

Fix failure highlighted on OpenSUSE Tumbleweed, where the `cmd.run` runs
before the `pkg.installed`:

* https://gitlab.com/saltstack-formulas/nginx-formula/-/jobs/1345325819#L2830
tags/v2.7.2
Imran Iqbal 3年前
コミット
0cd7c7b205
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      nginx/certificates.sls

+ 1
- 0
nginx/certificates.sls ファイルの表示

@@ -30,6 +30,7 @@ generate_nginx_dhparam_{{ dh_param }}_key:
- creates: {{ certificates_path }}/{{ dh_param }}
- require:
- file: prepare_certificates_path_dir
- pkg: generate_nginx_dhparam_{{ dh_param }}_key
- watch_in:
- service: nginx_service
{%- endif %}

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