This file is indexed.

/usr/share/gocode/src/github.com/go-chef/chef/test/environment.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
24
25
26
27
28
{
    "name": "testenvironment",
    "json_class": "Chef::Environment",
    "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": "environment",
    "override_attributes": {},
    "cookbook_versions": {
      "couchdb": "= 11.0.0",
      "my_rails_app": "~> 1.2.0"
    },
    "cookbook": {
      "couchdb": "= 11.0.0"
    }
}