forked from Slashbunny/puppet-phpfpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
39 lines (39 loc) · 1.19 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
{
"name": "Slashbunny-phpfpm",
"version": "0.0.10",
"author": "Slashbunny",
"summary": "Manages php-fpm daemon and pool configuration",
"license": "GPL-3.0",
"source": "https://github.com/Slashbunny/puppet-phpfpm",
"project_page": "https://github.com/Slashbunny/puppet-phpfpm",
"issues_url": "https://github.com/Slashbunny/puppet-phpfpm/issues",
"description": "Manages php-fpm daemon and pool configuration",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6.0", "7.0" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7.0" ]
},
{
"operatingsystem": "ArchLinux",
"operatingsystemrelease": [ "Latest" ]
},
{
"operatingsystem": "AmazonAMI",
"operatingsystemrelease": [ "2014+" ]
}
]
}