-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
108 lines (104 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"dependencies": {
"rightscale": ">= 0.0.0",
"apache2": ">= 0.0.0"
},
"name": "svn",
"maintainer_email": "[email protected]",
"attributes": {
"svn/password": {
"required": "required",
"calculated": false,
"choice": [
],
"type": "string",
"recipes": [
"svn::setup_svn_dav_server"
],
"description": "The password required to authenticate with the SVN server",
"display_name": "SVN Password"
},
"svn/http_read_only": {
"required": "optional",
"calculated": false,
"choice": [
"true",
"false"
],
"default": "true",
"type": "string",
"recipes": [
"svn::setup_svn_dav_server"
],
"description": "A boolean indicating if the HTTP access should be read only",
"display_name": "SVN dav readonly"
},
"svn/username": {
"required": "required",
"calculated": false,
"choice": [
],
"type": "string",
"recipes": [
"svn::setup_svn_dav_server"
],
"description": "The username required to authenticate with the SVN server",
"display_name": "SVN Username"
},
"svn/svn_home": {
"required": "optional",
"calculated": false,
"choice": [
],
"default": "/srv/svn",
"type": "string",
"recipes": [
"svn::default",
"svn::setup_svn_dav_server"
],
"description": "The full path where the SVN repositories will be stored",
"display_name": "SVN Home Directory"
},
"svn/fqdn": {
"required": "required",
"calculated": false,
"choice": [
],
"type": "string",
"recipes": [
"svn::default",
"svn::setup_svn_dav_server"
],
"description": "The fully qualified domain name from which to host SVN",
"display_name": "SVN FQDN"
}
},
"license": "Apache 2.0",
"suggestions": {
},
"platforms": {
"debian": ">= 0.0.0",
"fedora": ">= 0.0.0",
"centos": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"redhat": ">= 0.0.0"
},
"maintainer": "Ryan J. Geyer",
"long_description": "= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES:\n\n= USAGE:\n\n",
"version": "0.0.1",
"recommendations": {
},
"recipes": {
"svn::setup_svn_dav_server": "Configures an apache vhost for svn using web_dav.",
"svn::default": "Installs the svn package(s)."
},
"groupings": {
},
"conflicting": {
},
"replacing": {
},
"description": "Installs/Configures SVN",
"providing": {
}
}