summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-04-29 01:12:41 +0200
committerSteffen Zieger <me@saz.sh>2014-04-29 01:12:41 +0200
commit744cc6b01b4f88e9f2daf3ab0d29e69b02567516 (patch)
tree79d5534b2288c073700e1143230e94eb935de5f3
parentc542cf90b52783889e8f3615cc8b7668dd7ac1b5 (diff)
add operatingsystem_support to metadata.json
-rw-r--r--.gitignore1
-rw-r--r--metadata.json55
2 files changed, 55 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1dd271e..288247f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
pkg/
*.swp
-/metadata.json
.forge-releng
/spec/fixtures
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..65d0a9a
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,55 @@
+{
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "RedHat"
+ },
+ {
+ "operatingsystem": "Amazon"
+ },
+ {
+ "operatingsystem": "CentOS"
+ },
+ {
+ "operatingsystem": "OracleLinux"
+ },
+ {
+ "operatingsystem": "Scientific"
+ },
+ {
+ "operatingsystem": "Debian"
+ },
+ {
+ "operatingsystem": "Ubuntu"
+ },
+ {
+ "operatingsystem": "FreeBSD"
+ },
+ {
+ "operatingsystem": "Gentoo"
+ }
+ ],
+ "requirements": [
+ {
+ "name": "pe",
+ "version_requirement": "3.2.x"
+ },
+ {
+ "name": "puppet",
+ "version_requirement": "3.x"
+ }
+ ],
+ "name": "saz-rsyslog",
+ "version": "3.0.0",
+ "source": "https://github.com/saz/puppet-rsyslog.git",
+ "author": "saz",
+ "license": "Apache License, Version 2.0",
+ "summary": "Manage rsyslog client and server",
+ "description": "Manage rsyslog client and server via Puppet",
+ "project_page": "https://github.com/saz/puppet-rsyslog",
+ "dependencies": [
+
+ ],
+ "types": [
+
+ ],
+}