Skip to content

Instantly share code, notes, and snippets.

@mattjbarlow
Created May 29, 2014 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattjbarlow/e83256ce07f6d75f24fd to your computer and use it in GitHub Desktop.
Save mattjbarlow/e83256ce07f6d75f24fd to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment