388
|
1 {
|
|
2 "name": "ghoneycutt-common",
|
|
3 "version": "1.10.0",
|
|
4 "author": "ghoneycutt",
|
|
5 "summary": "common module to be applied to all nodes",
|
|
6 "license": "Apache-2.0",
|
|
7 "source": "git://github.com/ghoneycutt/puppet-module-common.git",
|
|
8 "project_page": "https://github.com/ghoneycutt/puppet-module-common",
|
|
9 "issues_url": "https://github.com/ghoneycutt/puppet-module-common/issues",
|
|
10 "dependencies": [
|
|
11 {
|
|
12 "name": "puppetlabs/sshkeys_core",
|
|
13 "version_requirement": ">= 1.0.1 <2.0.0"
|
|
14 },
|
|
15 {
|
|
16 "name": "puppetlabs/stdlib",
|
|
17 "version_requirement": ">= 4.6.0 < 7.0.0"
|
|
18 }
|
|
19 ],
|
|
20 "data_provider": null,
|
|
21 "description": "Provide ability to include modules that are common to all nodes.",
|
|
22 "requirements": [
|
|
23 {
|
|
24 "name": "puppet",
|
|
25 "version_requirement": ">= 3.0.0 < 7.0.0"
|
|
26 }
|
|
27 ],
|
|
28 "operatingsystem_support": [
|
|
29 {
|
|
30 "operatingsystem": "Debian"
|
|
31 },
|
|
32 {
|
|
33 "operatingsystem": "RedHat"
|
|
34 },
|
|
35 {
|
|
36 "operatingsystem": "CentOS"
|
|
37 },
|
|
38 {
|
|
39 "operatingsystem": "OracleLinux"
|
|
40 },
|
|
41 {
|
|
42 "operatingsystem": "Scientific"
|
|
43 },
|
|
44 {
|
|
45 "operatingsystem": "Solaris"
|
|
46 },
|
|
47 {
|
|
48 "operatingsystem": "SLES"
|
|
49 },
|
|
50 {
|
|
51 "operatingsystem": "SLED"
|
|
52 },
|
|
53 {
|
|
54 "operatingsystem": "Ubuntu"
|
|
55 }
|
|
56 ]
|
|
57 }
|