Skip to content

Commit

Permalink
Updated schema for password support
Browse files Browse the repository at this point in the history
  • Loading branch information
khudgins committed Jan 3, 2012
1 parent 5dfe5cf commit 95d85cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef/data_bags/crowbar/bc-template-zenoss.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"attributes": {
"zenoss": {
"server": {
"password": "password"
"admin_password": "password"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion chef/data_bags/crowbar/bc-template-zenoss.schema
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "map",
"required": true,
"mapping": {
"password": { "type": "str", "required": true },
"admin_password": { "type": "str", "required": true },
}
}
}
Expand Down

0 comments on commit 95d85cc

Please sign in to comment.