terraform/vendor/github.com/go-chef/chef/test/role.json

24 lines
617 B
JSON

{
"name": "testrole",
"chef_environment": "_default",
"json_class": "Chef::Role",
"default_attributes": {
"openssh": {
"server": {
"permit_root_login": "no",
"max_auth_tries": "3",
"password_authentication": "no",
"x11_forwarding": "yes",
"subsystem": "sftp /usr/lib/openssh/sftp-server"
},
"client": {
"forward_x11": "yes",
"forward_agent": "yes"
}
}
},
"chef_type": "role",
"override": {},
"run_list": []
}