Skip to content

Instantly share code, notes, and snippets.

@shinyay
Created May 28, 2013 02:46
Show Gist options
  • Select an option

  • Save shinyay/5660230 to your computer and use it in GitHub Desktop.

Select an option

Save shinyay/5660230 to your computer and use it in GitHub Desktop.
I show a sample recipe of chef, which install sysstat and mosh.
#
# Cookbook Name:: base_packages
# Recipe:: default
#
# Copyright 2013, YOUR_COMPANY_NAME
#
# All rights reserved - Do Not Redistribute
#
%w{sysstat mosh}.each do |pkg|
package pkg do
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment