This file is indexed.

/usr/share/gocode/src/github.com/go-chef/chef/test/role.json is in golang-github-go-chef-chef-dev 0.0.1+git20161023.60.deb8c38-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "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": []
}