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

Move `cpe_zoom` platform guard; add guards in `cpe_activedirectory`, `cpe_yo` #5

Closed ChefAustin closed 4 years ago

ChefAustin commented 4 years ago

Same as #4 but now GPG-signed, sealed, and delivered: image

This PR will move the return unless node.macos? guard block into the recipe so the non-macOS clients bail immediately. Also, this pull request will implement platform guards in cpe_activedirectory and cpe_yo.

Proposed changes follows suit with the pattern in Facebook. Pinterest, and Uber's open-source cookbooks.