Skip to content
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ This module aims to support the current and previous major Puppet versions.
* EL 6
* EL 7
* EL 8
* EL 9
* Solaris 10
* Suse 10
* Suse 11
Expand Down
4 changes: 4 additions & 0 deletions data/os/RedHat/9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

afs::systemd_unit_template: openafs-client-RedHat-systemd-exec.service
afs::systemd_script_template: openafs-client-RedHat-systemd-exec
9 changes: 6 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"5",
"6",
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -37,7 +38,8 @@
"5",
"6",
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -46,7 +48,8 @@
"5",
"6",
"7",
"8"
"8",
"9"
]
},
{
Expand Down
39 changes: 39 additions & 0 deletions spec/spec_helper_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ def platforms
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'RedHat-9-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
cache_path: '/usr/vice/cache',
config_client_dkms: true,
config_client_path: '/etc/sysconfig/openafs-client',
service_provider: 'systemd',
init_script: '/etc/init.d/openafs-client',
systemd_script_template: 'openafs-client-RedHat-systemd-exec',
systemd_unit_template: 'openafs-client-RedHat-systemd-exec.service',
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'CentOS-5-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
Expand Down Expand Up @@ -94,6 +107,19 @@ def platforms
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'CentOS-9-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
cache_path: '/usr/vice/cache',
config_client_dkms: true,
config_client_path: '/etc/sysconfig/openafs-client',
service_provider: 'systemd',
init_script: '/etc/init.d/openafs-client',
systemd_script_template: 'openafs-client-RedHat-systemd-exec',
systemd_unit_template: 'openafs-client-RedHat-systemd-exec.service',
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'OracleLinux-5-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
Expand Down Expand Up @@ -142,6 +168,19 @@ def platforms
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'OracleLinux-9-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
cache_path: '/usr/vice/cache',
config_client_dkms: true,
config_client_path: '/etc/sysconfig/openafs-client',
service_provider: 'systemd',
init_script: '/etc/init.d/openafs-client',
systemd_script_template: 'openafs-client-RedHat-systemd-exec',
systemd_unit_template: 'openafs-client-RedHat-systemd-exec.service',
package_name: ['openafs', 'openafs-client', 'openafs-docs', 'openafs-compat', 'openafs-krb5', 'dkms', 'dkms-openafs', 'glibc-devel', 'libgcc.i686'],
allow_unsupported_modules: false,
},
'Scientific-5-x86_64' =>
{
afs_config_path: '/usr/vice/etc',
Expand Down