Same as #4 but now GPG-signed, sealed, and delivered:
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.
Same as #4 but now GPG-signed, sealed, and delivered:
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 incpe_activedirectory
andcpe_yo
.Proposed changes follows suit with the pattern in Facebook. Pinterest, and Uber's open-source cookbooks.