Skip to content

Commit

Permalink
sls: fix PAYG client detection during Hardware refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer authored and admd committed Jun 7, 2024
1 parent 3e28d39 commit 403be74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions susemanager-utils/susemanager-sls/salt/hardware/profileupdate.sls
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ network-modules:
- mgrcompat: sync_modules
{%- endif %}

instance-flavor:
mgrcompat.module_run:
- name: sumautil.instance_flavor
- require:
{%- if grains.get('__suse_reserved_saltutil_states_support', False) %}
- saltutil: sync_states
- saltutil: sync_modules
{%- else %}
- mgrcompat: sync_states
- mgrcompat: sync_modules
{%- endif %}

{% if grains['cpuarch'] in ['i386', 'i486', 'i586', 'i686', 'x86_64'] %}
smbios-records-bios:
mgrcompat.module_run:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fix PAYG client detection during Hardware refresh (bsc#1225940)

0 comments on commit 403be74

Please sign in to comment.