Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit bbda4b0

Browse files
author
Jason Moore
committed
Ading apt-get update provision line. Fixes Issue #11.
1 parent e39b117 commit bbda4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Vagrant.configure('2') do |config|
4141
# config directive, delete it to avoid confusing users.
4242
config.vm.provision :shell, :inline => "/bin/sed -i '/templatedir=\(.*\)/d' /etc/puppet/puppet.conf"
4343

44+
config.vm.provision :shell, :inline => "apt-get update --fix-missing"
45+
4446
if Vagrant.has_plugin?("vagrant-librarian-puppet")
4547
config.librarian_puppet.placeholder_filename = 'README.md'
4648
elsif not File.exist?(File.join(__dir__, 'modules', 'drupal_php', 'manifests', 'init.pp'))

0 commit comments

Comments
 (0)