Remove trailing whitespace
This commit is contained in:
parent
3519f82b24
commit
fb7a9d5582
@ -5,7 +5,7 @@ module VagrantPlugins
|
||||
def self.nfs_client_install(machine)
|
||||
machine.communicate.sudo <<-EOH.gsub(/^ {12}/, '')
|
||||
if command -v dnf; then
|
||||
if `dnf info -q libnfs-utils > /dev/null 2>&1` ; 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user