Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boz/chef-deploy-user
Chef cookbook for installing and configuring a deploy user.
https://github.com/boz/chef-deploy-user
Last synced: about 1 month ago
JSON representation
Chef cookbook for installing and configuring a deploy user.
- Host: GitHub
- URL: https://github.com/boz/chef-deploy-user
- Owner: boz
- Created: 2013-02-11T22:39:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-14T04:24:31.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:52:38.419Z (7 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deploy-user cookbook
Install and configure a deploy user (default username: `deploy`.)
# Requirements
```ruby
cookbook 'user', :git => "https://github.com/fnichol/chef-user.git"
```# Recipes
```ruby
recipe "deploy-user::base" , "Install deploy user. Configures vim, gem globall. Adds ssh keys"
recipe "deploy-user::default" , "include base"
```# Author
Author:: Adam Bozanich ()