Skip to content

Commit

Permalink
Add misssing gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Mar 25, 2011
1 parent 866f58a commit 21c0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/vagrant_main/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

# Some neat package (subversion is needed for "subversion" chef ressource)
%w{ debconf ant subversion mc htop curl jenkins php5-xdebug php5-cli php-pear}.each do |a_package|
%w{ debconf ant subversion mc htop curl jenkins php5-xdebug php5-cli php-pear gawk}.each do |a_package|
package a_package
end

0 comments on commit 21c0062

Please sign in to comment.