Skip to content

Commit

Permalink
vagrant development should use apt to update packages before running …
Browse files Browse the repository at this point in the history
…the receipe
  • Loading branch information
nelsonjchen committed Feb 10, 2013
1 parent 9d514ce commit 3f5d077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
site :opscode

cookbook 'apt'

metadata
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Vagrant::Config.run do |config|
}
}
chef.run_list = [
"recipe[apt]",
"recipe[minecraft]"
]
end
Expand Down

0 comments on commit 3f5d077

Please sign in to comment.