Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T22:15:18.000Z (4 months ago)
- Last Synced: 2024-09-30T23:43:13.913Z (about 1 month ago)
- Topics: apple, chef, chef-cookbook, cookbooks, macos, recipe, vagrant, xcode
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/macos
- Size: 1.08 MB
- Stars: 221
- Watchers: 25
- Forks: 47
- 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
[![Build Status](https://dev.azure.com/office/OE/_apis/build/status/microsoft.macos-cookbook?repoName=microsoft%2Fmacos-cookbook&branchName=master)](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)