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

Commit 474b300

Browse files
committed
Merge pull request #22 from zivtech/aptgetupdatefix
Ading apt-get update provision line. Fixes Issue #11.
2 parents e2b63e1 + bbda4b0 commit 474b300

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
@@ -46,6 +46,8 @@ Vagrant.configure('2') do |config|
4646
# config directive, delete it to avoid confusing users.
4747
config.vm.provision :shell, :inline => "/bin/sed -i '/templatedir=\(.*\)/d' /etc/puppet/puppet.conf"
4848

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

0 commit comments

Comments
 (0)