diff --git a/Vagrantfile b/Vagrantfile index 6de2feb..4001cae 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -99,18 +99,27 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision "shell", inline: <<-SHELL dnf install -y rsyslog joe yum-utils net-tools nfs-utils mlocate telnet sudo git dnf + mkdir -p /vagrant/.wheelhouse + cat >/etc/pip.conf <>/etc/pip.conf </dev/null + systemctl enable mariadb rabbitmq-server httpd SHELL end