Skip to content

Instantly share code, notes, and snippets.

@punnie
Created April 1, 2014 00:16
Show Gist options
  • Save punnie/9905191 to your computer and use it in GitHub Desktop.
Save punnie/9905191 to your computer and use it in GitHub Desktop.
An example chef recipe
package 'htop' do
action :install
end
template '/etc/motd' do
source 'motd'
action :create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment