This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> tester20: Installing NFS client... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
if command -v dnf; then | |
if `dnf info -q libnfs-utils > /dev/null 2>&1` ; then | |
dnf -y install nfs-utils libnfs-utils portmap | |
else | |
dnf -y install nfs-utils nfs-utils-lib portmap | |
fi |