From 6b73e28d041c43f6c40799662820a7455c898b4b Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 29 Jun 2016 13:30:11 +0300 Subject: [PATCH] Make sure to run apt-get update first --- deps/rabbitmq_auth_backend_ldap/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/rabbitmq_auth_backend_ldap/Vagrantfile b/deps/rabbitmq_auth_backend_ldap/Vagrantfile index 7b92ecb6d7..543ff50203 100644 --- a/deps/rabbitmq_auth_backend_ldap/Vagrantfile +++ b/deps/rabbitmq_auth_backend_ldap/Vagrantfile @@ -64,6 +64,7 @@ Vagrant.configure(2) do |config| # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. + config.vm.provision "shell", inline: "sudo apt-get -y update" config.vm.provision "file", source: "example", destination: "~" config.vm.provision "shell", inline: "/bin/sh /home/vagrant/example/setup.sh" # config.vm.provision "shell", inline: <<-SHELL