From 173d5b264cfefdc0fa1a3c3212b08af732db57a0 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 19 Jul 2017 16:26:07 +0200 Subject: [PATCH] Add Fileshipper and vSphere modules --- config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.yml b/config.yml index e7e1806..0dcd1ed 100644 --- a/config.yml +++ b/config.yml @@ -27,3 +27,17 @@ projects: target: 'businessprocess' docs_dir: 'doc' category: 'Modules' + Fileshipper: + git: 'https://github.com/Icinga/icingaweb2-module-fileshipper.git' + ref: 'tags/v1.0.0' + latest: true + target: 'fileshipper' + docs_dir: 'doc' + category: 'Modules' + vSphere: + git: 'https://github.com/Icinga/icingaweb2-module-vsphere.git' + ref: 'tags/v1.1.0' + latest: true + target: 'vsphere' + docs_dir: 'doc' + category: 'Modules'