forked from ghoneycutt/puppet-module-hosts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
69 lines (68 loc) · 1.69 KB
/
metadata.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"requirements": [
{
"name": "pe",
"version_requirement": "3.2.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Solaris"
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "SLED"
},
{
"operatingsystem": "Ubuntu"
}
],
"name": "ghoneycutt-hosts",
"version": "2.0.1",
"source": "git://github.com/ghoneycutt/puppet-module-hosts.git",
"author": "ghoneycutt",
"license": "Apache License, Version 2.0",
"summary": "Manages host entries",
"description": "Can ensure entries for localhost, localhost6, and $::fqdn,\nincluding aliases and optionally purge unmanaged entries.",
"project_page": "https://github.com/ghoneycutt/puppet-module-hosts",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
}
],
"types": [
],
"checksums": {
"Gemfile": "6992d521994d948eb6e48acd733a07bf",
"LICENSE": "567e6cc3941d464d60c74d1f4abd5f46",
"Modulefile": "1733784c77bb0eec96245250b8ebd36b",
"README.md": "409911c21322853063ba3e9e75aed2bb",
"Rakefile": "8ff6a0f7db638421d1742c5d365d0266",
"manifests/init.pp": "47c35d972e9cc83edd0bc2185b88d4fb",
"spec/classes/init_spec.rb": "e546a6a6497b8a9f98642af5b2544019",
"spec/spec_helper.rb": "3ea886dd135e120afa31e0aab12e85b0",
"tests/init.pp": "669ed02ca7363697bf7491d75e9ceac3"
}
}