Update APT before installing puppet

Installing puppet would fail in with some base boxes. A simple 'apt-get
update' will fix that situation.

Change-Id: I53bc8fc72700a165471a19882d64506d7180dfc0
This commit is contained in:
Abel Navarro 2017-12-04 17:28:59 +01:00
parent b4365bed49
commit e0623b03c3

1
Vagrantfile vendored
View File

@ -57,6 +57,7 @@ def configure_vm(name, vm, conf)
end
# puppet not installed by default in ubuntu-xenial
vm.provision "shell", inline: "sudo apt-get update"
vm.provision "shell", inline: "sudo apt-get install -y puppet"
# puppet provisioning