Skip to content

Instantly share code, notes, and snippets.

@carlesso
Created March 12, 2015 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlesso/03287cd6b550cff06214 to your computer and use it in GitHub Desktop.
Save carlesso/03287cd6b550cff06214 to your computer and use it in GitHub Desktop.
%w{git bash-completion htop multitail sudo vim wget autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev}.each do |pkg|
package pkg do
action :install
end
end
execute 'apt-get update' do
action :nothing
end.run_action(:run)
include_recipe 'basic::users'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment