ソースを参照

fix(pkgrepo): pkgrepo use cmd.shell

tags/v1.10.3
Niels Abspoel 2年前
コミット
0e4b3bdf94
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      salt/pkgrepo/suse/install.sls

+ 1
- 1
salt/pkgrepo/suse/install.sls ファイルの表示

@@ -4,7 +4,7 @@

{#- Resorting to this ugly hack since the state doesn't handle if the `baseurl` is
already configured under another name, such as used by the `salt-bootstrap` #}
{%- if not salt["cmd.run"]("zypper lr --uri | grep " ~ salt_settings.pkgrepo) %}
{%- if not salt["cmd.shell"]("zypper lr --uri | grep " ~ salt_settings.pkgrepo) %}
salt-pkgrepo-install-saltstack-suse:
pkgrepo.managed:
- name: systemsmanagement_saltstack_products

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