mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-22 06:46:47 +02:00
fix(pkgrepo): pkgrepo use cmd.shell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user