This file is indexed.

/usr/share/puppet/modules.available/puppet-community-mcollective/metadata.json is in puppet-module-puppet-community-mcollective 0.6.2-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
29
30
31
{
  "name": "puppet-mcollective",
  "version": "2.1.2",
  "author": "puppetcommunity",
  "summary": "Installs, configures, and manages MCollective agents, clients, and middleware of an MCollective cluster.",
  "license": "Apache-2.0",
  "source": "https://github.com/puppet-community/puppet-mcollective",
  "project_page": "https://github.com/puppet-community/puppet-mcollective",
  "issues_url": "https://github.com/puppet-community/puppet-mcollective/issues",
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 3.4.0"
    }
  ],
  "description": "MCollective Puppet Module",
  "dependencies": [
    {
      "name": "richardc/datacat",
      "version_requirement": ">= 0.6.2 < 1.0.0"
    },
    {
      "name": "puppetlabs/concat",
      "version_requirement": "1.x"
    },
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">=4.2.0 < 5.0.0"
    }
  ]
}