Skip to content

Instantly share code, notes, and snippets.

@mattjbarlow
Created May 29, 2014 17:34

Revisions

  1. mattjbarlow created this gist May 29, 2014.
    90 changes: 90 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,90 @@
    localhost:chef $ tree -d
    .
    ├── CondeNast
    │   └── 1939771-Rails
    │   ├── attributes
    │   ├── files
    │   │   └── default
    │   ├── libraries
    │   ├── providers
    │   ├── recipes
    │   ├── resources
    │   ├── templates
    │   │   └── default
    │   └── test
    │   └── integration
    │   └── default
    └── Personal
    ├── apache-site
    │   ├── attributes
    │   ├── data
    │   │   └── default-ubuntu-1204
    │   ├── definitions
    │   ├── files
    │   │   └── default
    │   ├── libraries
    │   ├── providers
    │   ├── recipes
    │   ├── resources
    │   ├── templates
    │   │   └── default
    │   └── test
    │   ├── integration
    │   │   └── default
    │   │   └── serverspec
    │   └── unit
    │   └── spec
    ├── apache-site2
    │   ├── attributes
    │   ├── recipes
    │   └── test
    │   ├── integration
    │   │   └── default
    │   │   └── serverspec
    │   └── unit
    │   └── spec
    ├── rails-cluster
    │   ├── attributes
    │   ├── files
    │   │   └── default
    │   ├── recipes
    │   ├── templates
    │   │   └── default
    │   └── test
    │   ├── integration
    │   │   └── default
    │   │   └── serverspec
    │   └── unit
    │   └── spec
    ├── rails-training
    │   ├── attributes
    │   ├── files
    │   │   └── default
    │   ├── recipes
    │   ├── templates
    │   │   └── default
    │   └── test
    │   ├── integration
    │   │   └── default
    │   │   └── serverspec
    │   └── unit
    │   └── spec
    └── ruby-site
    ├── attributes
    ├── data
    │   └── default-ubuntu-1204
    ├── definitions
    ├── files
    │   └── default
    ├── libraries
    ├── providers
    ├── recipes
    ├── resources
    ├── templates
    │   └── default
    └── test
    ├── integration
    │   └── default
    │   └── serverspec
    └── unit
    └── spec