ソースを参照

fix(config_ini): ensure the tab replacement happens before the edit

Otherwise #162 can still happen
tags/v0.43.2
James Howe 4年前
コミット
b26b99d3d0
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      openssh/config_ini.sls

+ 2
- 0
openssh/config_ini.sls ファイルの表示

@@ -27,4 +27,6 @@ sshd_config-with-ini:
{%- for k,v in sshd_config.items() %}
{{ k }}: '{{ v }}'
{%- endfor %}
- require:
- file: sshd_config-with-ini
{%- endif %}

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