Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickpegg/cookbook-np-users
Personal Chef cookbook to set up users on my machines
https://github.com/nickpegg/cookbook-np-users
Last synced: 17 days ago
JSON representation
Personal Chef cookbook to set up users on my machines
- Host: GitHub
- URL: https://github.com/nickpegg/cookbook-np-users
- Owner: nickpegg
- License: mit
- Created: 2016-06-19T04:49:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:33:43.000Z (4 months ago)
- Last Synced: 2024-10-31T19:14:52.506Z (2 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/nickpegg/cookbook-np-users.svg?branch=master)](https://travis-ci.org/nickpegg/cookbook-np-users)
# np-users
Sets up users on one of my machines, including SSH keys, U2F keys, and dotfile
repos. The `nick` user has a few extra things, so there's a separate recipe for those.## Personal Cookbook Notice
This is a personal cookbook and I haven't really taken the care to generalize
it. It's public in hopes that maybe it's of use to someone, either directly
with its content or seeing how I do things with Chef.## Testing
It's assumed that you have chefdk installed.```bash
chef exec rake
chef exec kitchen test
```