cookbook 'macosx_autologin', '= 1.0.0', :supermarket
macosx_autologin (8) Versions 1.0.0 Follow0
Configures automatic login using a Gavin Brock's kcpassword
cookbook 'macosx_autologin', '= 1.0.0'
knife cookbook site install macosx_autologin
knife cookbook site download macosx_autologin
Mac OS X Autologin Cookbook
Enables/disables automatic login for user on boot using a modified version of Gavin Brock's kcpassword.
Requirements
- Chef 11 or higher
Platforms
- Mac OS X 10.7 or higher
Usage
Requires super-user privileges.
Enable automatic login
macosx_autologin 'username' do
password 'PassW0Rd'
restart_loginwindow true # true is default
end
Disable automatic login
macosx_autologin 'username' do
action :disable
end
Getting Help
- Ask specific questions on Stack Overflow.
- Report bugs and discuss potential features in Github issues.
Contributing
Please refer to CONTRIBUTING.
License
MIT - see the accompanying LICENSE file for details.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
Changelog
0.1.0
- Initial release
Foodcritic Metric
1.0.0 passed this metric
1.0.0 passed this metric