Compare commits

...

2 Commits

Author SHA1 Message Date
a3583e25a5
Wrap zypper pillar in OS check
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Zypper pillar data is not needed on non-SUSE systems.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-22 21:33:27 +01:00
0c2ea3ef95
Add common_packages to common.suse
Add ID and initialize with fish and system-group wheel packages.
More packages to be added later on.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-22 21:32:45 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -6,5 +6,7 @@ managed_header_pound: |
### This file is managed via https://git.com.de/LibertaCasa/salt
### Manual changes will be overwritten
{%- if grains['os'] == 'SUSE' %}
zypper:
refreshdb_force: False
{%- endif %}

View File

@ -36,3 +36,9 @@ ca-certificates-syscid:
pkg.installed:
- require:
- pkgrepo: libertacasa_rpm_repository
common_packages:
pkg.installed:
- names:
- fish
- system-group-wheel