stop depending on yum if it is only used on rehad and centos 5.x#14
stop depending on yum if it is only used on rehad and centos 5.x#14cosmin wants to merge 1 commit intopoise:masterfrom cosmin:master
Conversation
|
Is there any harm to having a cookbook downloaded and located on a given server, despite it not executing? I think not. The In any case, the |
|
Is there any harm in requiring users on all platforms to download and Absolutely. On Aug 3, 2012, at 7:33, Mike Fiedler
|
|
What is the harm? It only gets executed on the system if you put the recipe in the node's run list. If a recipe is included in another recipe, especially in the case of 'yum', it would be through a conditional for the platform / platform_family, e.g. CentOS but not Ubuntu. |
|
I agree with @cosmin on this one. Is there no way to do optional dependencies based on platform? |
|
No, there is no support for optional dependencies in Chef. Same reason so many cookbooks need to depend on |
No description provided.