Skip to content

Commit

Permalink
Do not require nfidmap anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Oct 29, 2019
1 parent f523d93 commit 16f958e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/Nfs.rb
Expand Up @@ -708,9 +708,6 @@ def check_and_install_required_packages
@required_packages = Builtins.add(@required_packages, "rpcbind")
@portmapper = "rpcbind"
end
if @nfs4_enabled
@required_packages = Builtins.add(@required_packages, "nfsidmap")
end

if Mode.installation
Builtins.foreach(@required_packages) do |p|
Expand Down

0 comments on commit 16f958e

Please sign in to comment.