Deprecate informula wsgi script
All openstack services uses 99% persent same wsgi apache config.
This patch adds functionality to configure barbican apache wsgi config
from the pillar. To do this on cluster level the following file
should be included:
- system.apache.server.site.barbican
The intree wsgi template will be removed when we switch all model
and cookiecutter to use apache template.
Change-Id: Ic0170c14027446c2bf15578f65744bd5ddc07adc
diff --git a/metadata.yml b/metadata.yml
index 7c8d474..09a5a83 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,6 @@
name: "barbican"
version: "2017.6"
source: "https://github.com/salt-formulas/salt-formula-barbican"
+dependencies:
+ - name: apache
+ source: "https://github.com/salt-formulas/salt-formula-apache"