61e209129c
QOL Improvment: Remove dependency on attribute and use property instead for keychain password in certificate resource |
||
---|---|---|
.github | ||
attributes | ||
documentation | ||
libraries | ||
resources | ||
spec | ||
test | ||
.gitignore | ||
.mailmap | ||
.rubocop.yml | ||
Berksfile | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
TESTING.md | ||
azure-pipelines.yml | ||
chefignore | ||
kitchen.yml | ||
metadata.rb |
README.md
macOS Cookbook
Chef resources and recipes for managing and provisioning macOS.
Officially Supported Chef Versions
- Chef 16
- Chef 17
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.