Friday, August 8, 2014

oracle_java7 recipe

https://github.com/ohyoungjooung2/cookbook/tree/master/oracle_java7

knife cookbook bulk delete example

vagrant@chefws:~/chef-repo/cookbooks$ knife cookbook bulk delete "^ch*|^win*"
All versions of the following cookbooks will be deleted:

chef_handler  windows    

Do you really want to delete these cookbooks? (Y/N)Y

Deleted cookbook  chef_handler              [1.1.6]
Deleted cookbook  windows                   [1.33.1]

Friday, August 1, 2014

My recent recipes (chef)

Well, on ubuntu 14.04 some community apache php mysql recipes are not working well. So I made the recipes using bash shell script.

I wrote these recipes to my benefit, but if it is good for you, feel free to use. But no responsibility.

https://github.com/ohyoungjooung2/bash_cookbook

Thanks.