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

     1  {
     2      "name": "testnode",
     3      "chef_environment": "_default",
     4      "json_class": "Chef::Node",
     5      "automatic": {},
     6      "normal": {
     7          "tags": [],
     8          "openssh": {
     9              "server": {
    10                  "permit_root_login": "no",
    11                  "max_auth_tries": "3",
    12                  "password_authentication": "no",
    13                  "x11_forwarding": "yes",
    14                  "subsystem": "sftp /usr/lib/openssh/sftp-server"
    15              },
    16              "client": {
    17                  "forward_x11": "yes",
    18                  "forward_agent": "yes"
    19              }
    20          }
    21      },
    22      "chef_type": "node",
    23      "default": {},
    24      "override": {},
    25      "run_list": []
    26  }