浏览代码

fix(config_ini): stop failing after the first application

The module is called `ini_manage` but the state prefix is `ini`.
tags/v0.43.3
James Howe 4 年前
父节点
当前提交
c7777c74b2
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      openssh/config_ini.sls

+ 1
- 3
openssh/config_ini.sls 查看文件

@@ -15,7 +15,7 @@ sshd_config-with-ini:
- repl: '\1 \2'
- show_changes: True
- require_in:
- ini_manage: sshd_config-with-ini
- ini: sshd_config-with-ini
{%- endif %}

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

正在加载...
取消
保存