README.md in chef-metal-0.13 vs README.md in chef-metal-0.14
- old
+ new
@@ -232,12 +232,17 @@
```
knife edit /groups/admin.json -e <editor>
```
Then add:
```
- "groups": [
- "clients"
+{
+ "users": [
+ "pivotal" # This is an internal superuser for Hosted/Enterprise Chef
+ ],
+ "groups": [
+ "clients" # This is what you need to add
]
+}
```
This can also be done through the Chef Server web UI (Administration tab > Groups > select admins Group > Add 'clients'