Skip to content

Instantly share code, notes, and snippets.

@webframp
Created June 4, 2012 20:41
Show Gist options
  • Select an option

  • Save webframp/2870748 to your computer and use it in GitHub Desktop.

Select an option

Save webframp/2870748 to your computer and use it in GitHub Desktop.
name "ubuntu_base"
description "base role for ubuntu servers"
run_list [
"recipe[apt]",
"recipe[sudo]",
"recipe[openssh]",
"recipe[openssh::firewall]",
"recipe[users::sysadmins]",
"recipe[zsh]",
"recipe[oh-my-zsh]",
"recipe[tmux]",
"recipe[htop]",
"recipe[emacs]",
"recipe[ruby_installer]"
]
override_attributes(
:ruby_installer => {
:package_name => "ruby1.9.1",
:rubygem_package => "rubygems1.9.1"
},
:gem_binary => "/usr/bin/gem"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment