Browse Source

fix(pkgrepo): pkgrepo use cmd.shell

tags/v1.10.3
Niels Abspoel 2 years ago
parent
commit
0e4b3bdf94
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/pkgrepo/suse/install.sls

+ 1
- 1
salt/pkgrepo/suse/install.sls View File



{#- Resorting to this ugly hack since the state doesn't handle if the `baseurl` is {#- 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` #} 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: salt-pkgrepo-install-saltstack-suse:
pkgrepo.managed: pkgrepo.managed:
- name: systemsmanagement_saltstack_products - name: systemsmanagement_saltstack_products

Loading…
Cancel
Save