From fc02fc4dc1efbb764569892c19e6e0ef733c6005 Mon Sep 17 00:00:00 2001 From: Michel Peterson Date: Tue, 25 Mar 2025 10:06:47 +0200 Subject: [PATCH] fix vagrant provisioning script --- Vagrantfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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