ci.chef.wlp
ci.chef.wlp copied to clipboard
wlp_install_feature 'location' parm has been removed
Existing recipes that use wlp_install_feature will fail. It has been replaced by the 'name' parameter, but we shouldn't require users to change their recipes. I can see the reason: installUtility is now used and that takes a 'name' parm while featureManager command line took a 'location' parm. So this issue is to bring back the location parm, but deprecated so that the user can carry on doing what they were doing.