https://github.com/microsoft/macos-cookbook
A Chef cookbook used to provision macOS
https://github.com/microsoft/macos-cookbook
apple chef chef-cookbook cookbooks macos recipe vagrant xcode
Last synced: 19 days ago
JSON representation
A Chef cookbook used to provision macOS
- Host: GitHub
- URL: https://github.com/microsoft/macos-cookbook
- Owner: microsoft
- License: mit
- Created: 2017-06-07T19:56:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T17:19:16.000Z (about 1 month ago)
- Last Synced: 2025-04-05T08:01:36.772Z (26 days ago)
- Topics: apple, chef, chef-cookbook, cookbooks, macos, recipe, vagrant, xcode
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/macos
- Size: 1.09 MB
- Stars: 223
- Watchers: 24
- Forks: 51
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# macOS Cookbook
[](https://dev.azure.com/office/OE/_build/latest?definitionId=17314&repoName=microsoft%2Fmacos-cookbook&branchName=master)
Chef resources and recipes for managing and provisioning macOS.
- [Chef Requirements](#officially-supported-chef-versions)
- [macOS Requirements](#officially-supported-os-versions)
- [Included Resources](#resources)## Officially Supported Chef Versions
- Chef 18
## Officially Supported OS Versions
- macOS 12 Monterey
- macOS 13 Ventura
- macOS 14 Sonoma## Resources
- [`automatic_software_updates`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_automatic_software_updates.md)
- [`certificate`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_certificate.md)
- [`command_line_tools`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_command_line_tools.md)
- [`keychain`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_keychain.md)
- [`macos_user`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_macos_user.md)
- [`remote_management`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_remote_management.md)
- [`spotlight`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_spotlight.md)
- [`xcode`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_xcode.md)