All Projects → microsoft → Macos Cookbook

microsoft / Macos Cookbook

Licence: mit
A Chef cookbook used to provision macOS

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Macos Cookbook

vagrant
Development repository for the vagrant cookbook
Stars: ✭ 54 (-70.49%)
Mutual labels:  vagrant, chef-cookbook, chef
Homebrew
Development repository for the homebrew cookbook
Stars: ✭ 137 (-25.14%)
Mutual labels:  chef, chef-cookbook
Swift Summary
A summary of Apple's Swift language written on Playgrounds
Stars: ✭ 1,668 (+811.48%)
Mutual labels:  apple, xcode
Haproxy
Development repository for the haproxy cookbook
Stars: ✭ 138 (-24.59%)
Mutual labels:  chef, chef-cookbook
Ios Good Practices
Good ideas for iOS development, by Futurice developers.
Stars: ✭ 10,417 (+5592.35%)
Mutual labels:  apple, xcode
Vagrant Butcher
Delete Chef client and node when destroying Vagrant VM
Stars: ✭ 127 (-30.6%)
Mutual labels:  chef, vagrant
Users
Development repository for the users cookbook
Stars: ✭ 138 (-24.59%)
Mutual labels:  chef, chef-cookbook
Percona
Development repository for the percona cookbook
Stars: ✭ 117 (-36.07%)
Mutual labels:  chef, chef-cookbook
Chef Ssh Hardening
This chef cookbook provides secure ssh-client and ssh-server configurations.
Stars: ✭ 144 (-21.31%)
Mutual labels:  chef, chef-cookbook
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (-18.58%)
Mutual labels:  apple, xcode
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (-17.49%)
Mutual labels:  apple, xcode
Ruby build
Development repository for the ruby_build cookbook
Stars: ✭ 124 (-32.24%)
Mutual labels:  chef, chef-cookbook
Logrotate
Development repository for the logrotate cookbook
Stars: ✭ 122 (-33.33%)
Mutual labels:  chef, chef-cookbook
Nagios
Development repository for the nagios cookbook
Stars: ✭ 127 (-30.6%)
Mutual labels:  chef, chef-cookbook
Wwdc Recap
A collection of session summaries in markdown format, from WWDC 20, 19 & 17
Stars: ✭ 121 (-33.88%)
Mutual labels:  apple, xcode
Swiftui Shapes
🚀 Collection of SwiftUI shapes
Stars: ✭ 137 (-25.14%)
Mutual labels:  apple, xcode
Graphite
Development repository for the graphite cookbook
Stars: ✭ 160 (-12.57%)
Mutual labels:  chef, chef-cookbook
It Cpe Cookbooks
A suite of Chef cookbooks that we use to manage our fleet of client devices
Stars: ✭ 108 (-40.98%)
Mutual labels:  chef, chef-cookbook
Git
Development repository for the git cookbook
Stars: ✭ 117 (-36.07%)
Mutual labels:  chef, chef-cookbook
Nativelogin
Authorization form in native iOS style
Stars: ✭ 140 (-23.5%)
Mutual labels:  apple, xcode

macOS Cookbook

Build Status

Chef resources and recipes for managing and provisioning macOS.

Officially Supported Chef Versions

  • Chef 16

Supported OS Versions

  • macOS High Sierra 10.13
  • macOS Mojave 10.14
  • macOS Catalina 10.15
  • macOS Big Sur 11.0

Attributes

Admin User and Password

node['macos']['admin_user'] = 'vagrant'
node['macos']['admin_password'] = 'vagrant'

Each of these attributes defaults to vagrant since our resources are developed with the Vagrant paradigm. In other words, the user and password declared here should be an admin user with passwordless super-user rights.

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].