Skip to content

Commit

Permalink
minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
doublerr committed Jan 8, 2014
1 parent 2617ec7 commit 3ec03da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The additional_users recipe creates users based on a data structure in node["rac

```ruby
For example,
node["rackspace"]["users"]["kilroy"] = [
node["rackspace"]["users"]["kilroy"] = {
"enabled" => true,
"sudo" => "passwordless",
"password" => "$6$passwordhashasdf/.asdf./asdf./awe/awletr.lj/sldj",
Expand All @@ -15,7 +15,7 @@ node["rackspace"]["users"]["kilroy"] = [
"authorized_keys" => [
"AAAAB3NzaC1yc2EAAAADAQABAAABAQC3vjtkdo1eO9eM22+vTza2+fne0yW4WnCnX3zhvOZY4V3covLXWDQN/X04U7+DIMwYeKMr9JQrd4kwvzXA0o44851Vk4AG7rP/E0982HcZ7ScK+K8W2h73uwV75VgTWzqiyy/FxLVr0Ut41UGb6wTUfTOHqvVgiDuB7Hxum3++MRUlDm7vEjRuMyGQQ2ma8fVFUgwL+5R00+reOJ2/+C2UJcwrKINwu/lBQkD6WBLxfu+Aw4sHI+LRzjO8pSmCletVwIA4yWONWPvKO34cxccmhxcjHTrwgVoUeBLOkP9nUT7MJA5W9fcA+7jt18d+SsGaj4b4u5skShaMAicgfnTF"
]
]
}
```

# Requirements
Expand Down

0 comments on commit 3ec03da

Please sign in to comment.