Skip to content

Commit

Permalink
Add Ubuntu 24.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 6, 2024
1 parent d0ad63e commit 30695f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
$nfs_v4_idmap_nobody_group = 'nogroup'
$client_rpcbind_optname = 'OPTIONS'

case $facts['os']['distro']['codename'] {
'bullseye': {
case $facts['os']['name'] {
'Debian': {
$client_services = { 'rpcbind' => {
ensure => 'running',
enable => false,
Expand All @@ -116,7 +116,7 @@
$server_service_name = 'nfs-kernel-server'
$client_gssdopt_name = 'GSSDARGS'
}
'focal', 'jammy': {
'Ubuntu': {
$client_services = { 'rpcbind' => {} }
$client_gssd_service_name = { 'rpc-gssd' => {
ensure => 'running',
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
Expand Down

0 comments on commit 30695f2

Please sign in to comment.