github.com/go-chef/chef@v0.30.1/test/role.json (about)

     1  {
     2      "name": "testrole",
     3      "chef_environment": "_default",
     4      "json_class": "Chef::Role",
     5      "default_attributes": {
     6          "openssh": {
     7              "server": {
     8                  "permit_root_login": "no",
     9                  "max_auth_tries": "3",
    10                  "password_authentication": "no",
    11                  "x11_forwarding": "yes",
    12                  "subsystem": "sftp /usr/lib/openssh/sftp-server"
    13              },
    14              "client": {
    15                  "forward_x11": "yes",
    16                  "forward_agent": "yes"
    17              }
    18          }
    19      },
    20      "chef_type": "role",
    21      "override": {},
    22      "run_list": []
    23  }