fix vagrant provisioning script

This commit is contained in:
Michel Peterson 2025-03-25 10:06:47 +02:00
parent 931e255bd9
commit fc02fc4dc1
1 changed files with 5 additions and 5 deletions

6
Vagrantfile vendored
View File

@ -31,11 +31,11 @@ Vagrant.configure("2") do |config|
# Enable multipathing
sudo tee /etc/multipath.conf << EOF
defaults {
defaults {
user_friendly_names yes
find_multipaths yes
}
EOF
}
EOF
sudo systemctl enable multipath-tools.service