You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
972 B
JSON
36 lines
972 B
JSON
{
|
|
"name": "martialblog-limesurvey",
|
|
"version": "0.1.3",
|
|
"author": "martialblog",
|
|
"summary": "Installation and Configuration of Limesurvey",
|
|
"license": "Apache-2.0",
|
|
"source": "https://github.com/martialblog/puppet-limesurvey",
|
|
"project_page": "https://github.com/martialblog/puppet-limesurvey",
|
|
"issues_url": "https://github.com/martialblog/puppet-limesurvey/issues",
|
|
"dependencies": [
|
|
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
|
|
{"name":"puppetlabs-concat","version_requirement":">= 2.2.0"},
|
|
{"name":"puppetlabs-apache","version_requirement":">= 1.10.0"},
|
|
{"name":"puppetlabs-mysql","version_requirement":">= 3.8.0"}
|
|
],
|
|
"data_provider": "hiera",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|