Closed Puneeth-n closed 9 years ago
Split the default recipe to install recipe and configure recipe so that they can be called individually. As there can be cases where just configuration is needed and running install recipe just consumes more time when a lot of cookbooks are used.
default
install
configure
Small comment, but otherwise looks good.
Yes would make sense :)
done.
Merged, thanks!
Split the
default
recipe toinstall
recipe andconfigure
recipe so that they can be called individually. As there can be cases where just configuration is needed and runninginstall
recipe just consumes more time when a lot of cookbooks are used.