cookbook 'macosx_autologin', '= 4.0.0'
macosx_autologin (8) Versions 4.0.0 Follow0
Configures automatic login using a Gavin Brock's kcpassword
cookbook 'macosx_autologin', '= 4.0.0', :supermarket
knife supermarket install macosx_autologin
knife supermarket 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.14+
Platforms
- Mac OS X 10.7+
Usage
Requires super-user privileges.
Enable automatic login for user and display login screen
macosx_autologin 'username' do password 'password restart_loginwindow true action :enable end
Disable automatic login and display login screen
macosx_autologin 'username' do restart_loginwindow true action :disable end
Actions
-
enable- Enables autologin. -
disable- Disables autologin.
Attributes
-
username- Username to login as. Required when enabled. Defaults to resource block name. -
password- Password of username. Required when enabled. -
restart_loginwindow- Display login screen. Defaultfalse.
`## ChefSpec Matchers
This cookbook includes custom ChefSpec matchers you can use to test
your own cookbooks.
Example Matcher Usage
expect(chef_run).to enable_macosx_autologin('username').with( password: 'password' )
Cookbook Matchers
- enable_macosx_autologin(resource_name)
- disable_macosx_autologin(resource_name)
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
4.0.0 2017-02-03
- Replace recipe with resource to allow for suppressing sensitive info
3.0.0 2015-09-13
- Merge remove recipe into default recipe
2.0.0 2015-05-21
- Convert cookbook from LWRPs to Recipes
- Default restart_loginwindow to false
1.1.2 2015-05-20
- Fix Foodcritic false positive on sensitive resource
1.1.1 2015-05-20
- Update Chef requirements
1.1.0 2015-05-20
- Suppress password output on enable action
- Fix disable action fails when autoLoginUse attribute is missing from com.apple.loginwindow.plist
1.0.0 2015-05-18
- Initial release
License Metric
4.0.0 passed this metric
4.0.0 passed this metric