aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..a2992cf
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,74 @@
+{
+ "name": "puppet-ferm",
+ "version": "1.1.1-rc0",
+ "author": "Vox Pupuli",
+ "summary": "deploy and manage ferm",
+ "license": "AGPL-3.0",
+ "source": "https://github.com/voxpupuli/puppet-ferm.git",
+ "project_page": "https://github.com/voxpupuli/puppet-ferm",
+ "issues_url": "https://github.com/voxpupuli/puppet-ferm/issues",
+ "dependencies": [
+ {
+ "name": "puppetlabs/stdlib",
+ "version_requirement": ">= 4.13.1 < 5.0.0"
+ },
+ {
+ "name": "puppetlabs/concat",
+ "version_requirement": ">= 4.0.1 < 5.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "CentOS",
+ "operatingsystemrelease": [
+ "5.0",
+ "6.0",
+ "7.0"
+ ]
+ },
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": [
+ "5.0",
+ "6.0",
+ "7.0"
+ ]
+ },
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "6.0",
+ "7.0",
+ "8.0",
+ "9.0"
+ ]
+ },
+ {
+ "operatingsystem": "FreeBSD",
+ "operatingsystemrelease": [
+ "9",
+ "10",
+ "11"
+ ]
+ },
+ {
+ "operatingsystem": "Fedora",
+ "operatingsystemrelease": [
+ "22",
+ "23",
+ "24",
+ "25",
+ "26"
+ ]
+ },
+ {
+ "operatingsystem": "Archlinux"
+ }
+ ],
+ "requirements": [
+ {
+ "name": "puppet",
+ "version_requirement": ">= 4.9.4 < 6.0.0"
+ }
+ ]
+}