Skip to content

Commit

Permalink
Add vars for SLES_SAP
Browse files Browse the repository at this point in the history
  • Loading branch information
HVSharma12 authored and richm committed Jan 31, 2025
1 parent 5f38c9a commit 2c3225d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
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

0 comments on commit 2c3225d

Please sign in to comment.