Files
chef/cookbooks/chef-solo-search/tests/data/data_bags/users/tom.json
2015-07-21 19:45:23 +02:00

11 lines
170 B
JSON

{
"id": "tom",
"username": "tom von homme",
"age": 13,
"gender": "male",
"married": false,
"address": {
"street": "wilhelmsstrasse"
}
}