Skip to content

Commit

Permalink
get combustion support and fix 5.0 proxy deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Jan 10, 2025
1 parent 2aa7b3d commit cd73ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions salt/repos/client_tools.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{# These states set up client tools repositories for all supported OSes #}

{% if not grains.get('roles') or ('server' not in grains.get('roles') and 'proxy' not in grains.get('roles') and 'server_containerized' not in grains.get('roles') and 'proxy_containerized' not in grains.get('roles')) %}
{# no client tools on server, proxy, server_containerized, or proxy_containerized #}

{% if not grains.get('roles') or ('server' not in grains.get('roles') and 'proxy' not in grains.get('roles')) %} {# no client tools on server or proxy #}

{% if grains['os'] == 'SUSE' %}
{% if grains['osfullname'] == 'Leap' %}
Expand Down
2 changes: 0 additions & 2 deletions salt/repos/disable_local.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{% if 'paygo' not in grains.get('product_version') | default('', true) %}
disable_all_local_repos:
cmd.run:
- name: zypper mr -d --all
- onlyif: test -x /usr/bin/zypper
{% endif %}

0 comments on commit cd73ee0

Please sign in to comment.