Add support metadata
diff --git a/backupninja/meta/sphinx.yml b/backupninja/meta/sphinx.yml
new file mode 100644
index 0000000..2860e39
--- /dev/null
+++ b/backupninja/meta/sphinx.yml
@@ -0,0 +1,14 @@
+doc:
+ name: Backupninja
+ description: Backupninja allows you to coordinate system backup by dropping a few simple configuration files into /etc/backup.d/. Most programs you might use for making backups don't have their own configuration file format.
+ role:
+ {%- if pillar.backupninja.client is defined %}
+ client:
+ name: client
+ param: {}
+ {%- endif %}
+ {%- if pillar.backupninja.server is defined %}
+ server:
+ name: server
+ param: {}
+ {%- endif %}
\ No newline at end of file
diff --git a/metadata/service/support.yml b/metadata/service/support.yml
new file mode 100644
index 0000000..c49c440
--- /dev/null
+++ b/metadata/service/support.yml
@@ -0,0 +1,11 @@
+parameters:
+ backupninja:
+ _support:
+ collectd:
+ enabled: false
+ heka:
+ enabled: false
+ sensu:
+ enabled: true
+ sphinx:
+ enabled: true