blob: 1b2021ad72cb678d645a7f430cd3fcc5d5bf029e (
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
|
{
"name": "ajjahn-samba",
"version": "0.3.2",
"author": "Adam Jahn",
"summary": "Module for provisioning Samba",
"license": "Apache-2.0",
"source": "https://github.com/ajjahn/puppet-samba",
"project_page": "https://github.com/ajjahn/puppet-samba",
"issues_url": "https://github.com/ajjahn/puppet-samba/issues",
"description": "Module for provisioning Samba",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04"
]
}
],
"dependencies": [
]
}
|