Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 321 Bytes

mkdir ~/Development/chef-repo/.chef $ mv ~/Downloads/*.pem ~/Development/chef-repo/.chef/ $ mv ~/Downloads/knife.rb ~/Development/chef-repo/.chef/ knife client list

touch /path/to/cookbooks/keepme git add /path/to/cookbooks/keepme git commit -m "Add keepme file to cookbooks directory" knife cookbook site install apt