Created
November 17, 2017 14:11
-
-
Save cheeseplus/e5099a493d9ac1f8ef9d29320067ce6d to your computer and use it in GitHub Desktop.
chef-repo tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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