diff --git a/Vagrantfile b/Vagrantfile index b69d2cf..0d5c5d5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -31,11 +31,11 @@ Vagrant.configure("2") do |config| # Enable multipathing sudo tee /etc/multipath.conf << EOF - defaults { - user_friendly_names yes - find_multipaths yes - } - EOF +defaults { + user_friendly_names yes + find_multipaths yes +} +EOF sudo systemctl enable multipath-tools.service