Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #90 from linc01n/hotfix/ubuntu_vagrant_fail
Browse files Browse the repository at this point in the history
Do a apt-get update before running package install
  • Loading branch information
linc01n committed Jun 18, 2015
2 parents 927e699 + bc4bc05 commit d3996fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Vagrant.configure('2') do |config|
}
}
chef.run_list = [
'recipe[apt]',
'recipe[java]',
"recipe[#{cookbook}]",
'recipe[stash::backup_client_cron]'
Expand Down

0 comments on commit d3996fd

Please sign in to comment.