Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created October 22, 2013 07:56
Show Gist options
  • Save clauswitt/7096750 to your computer and use it in GitHub Desktop.
Save clauswitt/7096750 to your computer and use it in GitHub Desktop.
name "base"
description "base role"
run_list [
"recipe[chef-solo-search]",
"recipe[apt]",
"recipe[apt-update]",
"recipe[ntp]",
"recipe[git]",
"recipe[zsh]",
"recipe[tmux]",
"recipe[users::sysadmins]",
"recipe[sudo]",
"recipe[oh-my-zsh]",
"recipe[dotfiles]"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment