Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ()