Closed ChefAustin closed 9 months ago
Yes, I think that is possible. I'll use cpe_workspaceone's pattern of implementing this (ie: install
bool attribute, pkg
hash attribute).
AnyConnect's predeploy package has several components (umbrella, posture, et al) and an install choices array. Supporting that cleanly might be a challenge!
Implemented at https://github.com/uber/client-platform-engineering/tree/main/chef/cookbooks/cpe_anyconnect
Still hoping to add to this version 🌵
We dropped Anyconnect, sorry WONTFIX
I think it would be great if
cpe_anyconnect
had cross-platforminstall
/uninstall
resource actions which were built atopcpe_remote
. This would allow for consumers of this cookbook to leverage their CDN (as well as make the code a "fully-featured API cookbook", at least in my definition of the term).My team might have cycles in the coming months to implement this functionality but I felt it prudent to get this feature request submitted in case someone else in the community has the time to implement it (or, perhaps, already has a fork with this feature written).