Gusto / it-cpe-opensource

Tools used by the CPE team at Gusto to manage our endpoints and software deployment systems.
Other
59 stars 29 forks source link

Don't bind when unbind is true and add force unbind method #65

Closed erikng closed 2 years ago

erikng commented 2 years ago

bind method runs when node.default['cpe_activedirectory']['unbind'] = true is set with node.default['cpe_activedirectory']['bind'] = true. this is now fixed

adds node.default['cpe_activedirectory']['force_unbind'] = true to not care if the AD domain is reachable.

ChefAustin commented 2 years ago

@williamtheaker can you take a look at this at your soonest convenience? This new feature is of high value for us and we would super appreciate it if you could take a look.

TIA! T. Hanks

williamtheaker commented 2 years ago

Thanks!