cookbook 'macos', '= 2.1.0'
macos
(52) Versions
2.1.0
-
-
6.0.3
-
6.0.0
-
5.1.0
-
5.0.6
-
5.0.5
-
5.0.4
-
5.0.3
-
5.0.1
-
4.2.3
-
4.2.2
-
3.4.2
-
3.4.1
-
3.4.0
-
3.3.0
-
3.2.1
-
3.2.0
-
3.1.0
-
3.0.8
-
3.0.1
-
3.0.0
-
2.10.1
-
2.10.0
-
2.9.1
-
2.9.0
-
2.8.1
-
2.8.0
-
2.7.0
-
2.6.1
-
2.6.0
-
2.5.0
-
2.4.0
-
2.3.0
-
2.2.0
-
2.1.0
-
2.0.0
-
1.14.1
-
1.14
-
1.13.1
-
1.12.0
-
1.11.0
-
1.10.1
-
1.9.0
-
1.8.0
-
1.7.0
-
1.6.0
-
1.5.0
-
1.2.0
-
1.1.1
-
1.1.0
-
1.0.0
-
0.9.0
-
0.8.2
Follow13
- 6.0.3
- 6.0.0
- 5.1.0
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.1
- 4.2.3
- 4.2.2
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.8
- 3.0.1
- 3.0.0
- 2.10.1
- 2.10.0
- 2.9.1
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.14.1
- 1.14
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- 0.9.0
- 0.8.2
Resources for configuring and provisioning macOS
cookbook 'macos', '= 2.1.0', :supermarket
knife supermarket install macos
knife supermarket download macos
macOS Cookbook
Chef resources and recipes for managing and provisioning macOS.
Supported Chef Versions
- Chef 13
- Chef 14
Supported OS Versions
- OS X El Capitan 10.11
- macOS Sierra 10.12
- macOS High Sierra 10.13
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.
Recipes
Disable Software Updates
Disables automatic checking and downloading of software updates.
Usage: include_recipe 'macos::disable_software_updates'
No attributes used in this recipe.
Keep Awake
Prevent macOS from falling asleep, disable the screensaver, reboot upon power failure,
enable wake on LAN, enable remote login (SSH) and adjust several other settings
to always keep macOS on and available.
Usage: include_recipe 'macos::keep_awake'
Attributes used | Default value |
---|---|
node['macos']['remote_login_enabled'] |
true |
node['macos']['network_time_server'] |
'time.windows.com' |
node['macos']['time_zone'] |
'America/Los_Angeles' |
Xcode
Installs Xcode 9.2 and simulators for iOS 10 and iOS 11. See the
Xcode resource documentation if you need
more flexibility.
:warning: Requires a credentials
data bag containing an apple_id
data bag item,
or a user/password pair set under node['macos']['apple_id']
.
Usage: include_recipe 'macos::xcode'
Attributes used | Default value |
---|---|
node['macos']['xcode']['version'] |
'9.3' |
node['macos']['xcode']['simulator']['major_version'] |
nil |
node['macos']['apple_id']['user'] |
nil |
node['macos']['apple_id']['password'] |
nil |
Data Bags
The macos::xcode
recipe can utilize a credentials
data bag with an apple_id
data bag item. The item should contain valid Apple ID credentials. For example:
Example:
{ "id": "apple_id", "apple_id": "farva@spurbury.gov", "password": "0k@yN0cR34m" }
Resources
Collaborator Number Metric
2.1.0 passed this metric
Contributing File Metric
2.1.0 passed this metric
Foodcritic Metric
2.1.0 failed this metric
FC115: Custom resource contains a name_property that is required: macos/resources/machine_name.rb:3
Run with Foodcritic Version 13.1.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.1.0 passed this metric
Testing File Metric
2.1.0 passed this metric
Version Tag Metric
2.1.0 passed this metric
2.1.0 passed this metric
2.1.0 passed this metric
Foodcritic Metric
2.1.0 failed this metric
FC115: Custom resource contains a name_property that is required: macos/resources/machine_name.rb:3
Run with Foodcritic Version 13.1.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.1.0 passed this metric
Testing File Metric
2.1.0 passed this metric
Version Tag Metric
2.1.0 passed this metric
2.1.0 failed this metric
Run with Foodcritic Version 13.1.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
2.1.0 passed this metric
Testing File Metric
2.1.0 passed this metric
Version Tag Metric
2.1.0 passed this metric
2.1.0 passed this metric
2.1.0 passed this metric