Skip to content
Martin Cleaver edited this page Apr 18, 2015 · 3 revisions

Assuming you have already installed chefdk and knife supermarket

mkdir company_bamboo/  # your wrapper
git init
echo "Wrapper around supermarket Bamboo recipe" > README.md
git add README.md 
git commit -m 'initial'
knife supermarket install bamboo
cp bamboo/attributes/default.rb attributes/
emacs attributes/default.rb # edit what you want to keep

Clone this wiki locally