Skip to content

Instantly share code, notes, and snippets.

@cheeseplus
Created November 17, 2017 14:11
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 cheeseplus/e5099a493d9ac1f8ef9d29320067ce6d to your computer and use it in GitHub Desktop.
Save cheeseplus/e5099a493d9ac1f8ef9d29320067ce6d to your computer and use it in GitHub Desktop.
chef-repo tree
chef-repo → tree .
.
├── README.md
├── cookbooks
│   ├── chefignore
│   └── starter
│   ├── attributes
│   │   └── default.rb
│   ├── files
│   │   └── default
│   │   └── sample.txt
│   ├── metadata.rb
│   ├── recipes
│   │   └── default.rb
│   └── templates
│   └── default
│   └── sample.erb
└── roles
└── starter.rb
9 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment