summaryrefslogtreecommitdiff
path: root/metadata.json
blob: b5a2d9f99a4739a8ed4c4fd6cc3e608cbf6b45cd (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "name": "smash-tor",
  "version": "1.1.0",
  "author": "SMASH",
  "summary": "This project tracks the tor puppet module that manages the tor onion routing system.",
  "license": "GPL-3.0",
  "source": "https://gitlab.com/shared-puppet-modules-group/tor",
  "project_page": "https://gitlab.com/shared-puppet-modules-group/tor",
  "issues_url": "https://gitlab.com/shared-puppet-modules-group/tor/issues",
  "dependencies": [
    { "name":"puppetlabs/concat" }
  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [
        "8",
        "9"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "6"
      ]
    }
  ],
  "requirements": [
    {
      "name": "puppet",
       "version_requirement": ">= 4.7.0 < 6.0.0"
    }
  ],
  "dependencies": [
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">= 4.24.0 < 5.0.0"
    },
    {
      "name": "puppetlabs/concat",
      "version_requirement": ">= 4.2.0 < 5.0.0"
    },
    {
      "name": "puppetlabs/apt",
      "version_requirement": ">= 4.5.1 < 5.0.0"
    }
  ],
  "description": "This module tries to manage tor, making sure it is installed, running, has  munin graphs if desired and allows for configuration of relays, hidden services, exit policies, etc."
}