Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add vars for SLES_SAP #254

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vars/SLES.yml → vars/SLES_15.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with SLES specific values.
# Put internal variables here with SLES_15 specific values.

__certificate_default_directory: /etc/ssl

Expand Down
10 changes: 10 additions & 0 deletions vars/SLES_16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with SLES_16 specific values.

__certificate_default_directory: /etc/ssl

__certificate_packages:
- python311-cryptography
- python311-dbus-python
- python311-pyasn1
10 changes: 10 additions & 0 deletions vars/SLES_SAP_15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with SLES_SAP_15 specific values.

__certificate_default_directory: /etc/ssl

__certificate_packages:
- python3-cryptography
- python3-dbus-python
- python3-pyasn1
10 changes: 10 additions & 0 deletions vars/SLES_SAP_16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with SLES_SAP_16 specific values.

__certificate_default_directory: /etc/ssl

__certificate_packages:
- python311-cryptography
- python311-dbus-python
- python311-pyasn1