Skip to content

Commit

Permalink
Update requirements with data bags
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaenztagarro committed Jan 10, 2016
1 parent c551750 commit 55ef0c5
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@ Requirements
- rvm_sl
- phussionpassenger

#### Data bags

Depends on data bag `users` and data bag item `deployer`.

```
# data_bags/users/deployer.json.sample
{
"id": "deployer",
"home": "/home/deployer",
"password": "abcdefghijklmnopqrstuvwxyz0123456789",
"shell": "/bin/bash"
}
```

Generate new password with:

```
openssl passwd -1 "theplaintextpassword"
```

Attributes
----------

Expand All @@ -37,12 +58,6 @@ See `attributes/default.rb` for default values.
* `node['rubystack']['deployer']['username']` - The deployer user name
* `node['rubystack']['deployer']['password']` - The deployer user password

Generate new password with:

```
openssl passwd -1 "theplaintextpassword"
```

#### rubystack::database

See `attributes/database.rb` for default values.
Expand Down

0 comments on commit 55ef0c5

Please sign in to comment.