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:
parent
b4365bed49
commit
e0623b03c3
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user