Skip to content

Commit

Permalink
Clean installation of the Kitchenplan configs for user giuseppe
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Correnti committed Jul 3, 2014
0 parents commit 9057f09
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Gemfile
/vendor
kitchenplan-attributes.json
solo.rb
Cheffile.lock
.bundle
.librarian
Gemfile.lock
11 changes: 11 additions & 0 deletions Cheffile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
site "http://community.opscode.com/api/v1"

cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.4"
cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.1"
cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.2"
cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.2"
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.1"
cookbook "drivers", :github => "kitchenplan/chef-drivers", :ref => "v1.0"
cookbook "sudoalt", :github => "kitchenplan/chef-sudoalt", :ref => "v2.4"
cookbook "dmg", :github => "opscode-cookbooks/dmg", :ref => "v2.1.4"
cookbook "composer", :github => "kitchenplan/chef-composer", :ref => "v1.0"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kitchenplan Configuration

This is a Kitchenplan configuration repository. This repository contains all configuration to install and configure our OSX workstations. More information about Kitchenplan and on how to use it can be found in the [Kitchenplan README](https://github.com/kitchenplan/kitchenplan).
17 changes: 17 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
recipes: # Configs are parsed and every list is appended to each other, chef handles order and de-duplication
global: # Recipes mentioned under "global" are installed for all operating systems (we used to support linux, and may do so in the future)
- applications::create_var_chef_cache
mac_os_x: # Recipes mentioned under "mac_os_x" are installed on OSX and OSX Server
- homebrewalt::default # Installs homebrew and homebrew cask and installs all apps mentioned in the homebrewalt:apps and homebrewalt:cask_apps attributes
- nodejs::default # Installs nodejs and installs all nodejs packages mentioned in the nodejs:apps attribute
attributes:
homebrewalt:
apps:
- git
cask_apps:
- google-chrome
cask_fonts:
- inconsolata
nodejs:
apps:
- bower
11 changes: 11 additions & 0 deletions config/groups/groupa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
groups:
- groupb
recipes:
mac_os_x:
- osxdefaults::set_terminal_profile
attributes:
homebrewalt:
apps:
- git-extras
cask_apps:
- sourcetree
9 changes: 9 additions & 0 deletions config/groups/groupb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
recipes:
mac_os_x:
- applications::sublime_text_3
attributes:
homebrewalt:
apps:
- git-flow
cask_apps:
- slack
13 changes: 13 additions & 0 deletions config/people/giuseppe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
groups:
- groupa
recipes:
mac_os_x:
- osxdefaults::set_computer_name
attributes:
osxdefaults:
computername: MyComputerName
homebrewalt:
apps:
- git-extras
cask_apps:
- sourcetree

0 comments on commit 9057f09

Please sign in to comment.