-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
30 lines (29 loc) · 796 Bytes
/
Copy pathmetadata.json
File metadata and controls
30 lines (29 loc) · 796 Bytes
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
{
"name": "alejandroam91-samba_server",
"version": "0.0.1",
"author": "Alejandro Alonso Mayo",
"summary": "Installs, configures, and manages the samba service.",
"license": "MIT",
"source": "https://github.com/AlejandroAM91/puppet-samba-server",
"project_page": "https://github.com/AlejandroAM91/puppet-samba-server",
"issues_url": "https://github.com/AlejandroAM91/puppet-samba-server/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"pdk-version": "1.15.0",
"template-url": "pdk-default#1.15.0",
"template-ref": "tags/1.15.0-0-g0bc522e"
}