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

Can we please add Debian 12 (i.e bookworm) in manifests/params.pp file? #180

Open
wajahatraza opened this issue Feb 27, 2024 · 2 comments
Open

Comments

@wajahatraza
Copy link

Hi,
I'm trying to setup NFS on a Debian 12 server and come across a problem that it is trying to check the status for idmapd service (which is in default code) whereas the actual service is nfs-idmapd. This can be resolved by adding bookworm in the manifests/params.pp file.

Thanks in advance

@PiR-B
Copy link

PiR-B commented Mar 4, 2024

Hi,

You can use this as a workaround :

  class { 'nfs':
    server_enabled => true,
    nfs_v4 => true,
    server_nfsv4_servicehelper => ['nfs-idmapd'],
  }

@wajahatraza
Copy link
Author

Hi @PiR-B,
Thank you so much for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants