Skip to content

Instantly share code, notes, and snippets.

@carlesso
Created March 12, 2015 13:37
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/79c508f57d54d65a3646 to your computer and use it in GitHub Desktop.
Save carlesso/79c508f57d54d65a3646 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|
puts "HERE: #{pkg}"
apt_package pkg
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