commit | 943d68861a00bc488a6e31832b1ba3c6bd56664f | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | 479e907f466b482b5bdfc4f227cd2c7758e66308 |
Initial commit
diff --git a/keystone/init.sls b/keystone/init.sls new file mode 100644 index 0000000..adb2f15 --- /dev/null +++ b/keystone/init.sls
@@ -0,0 +1,11 @@ + +include: +{% if pillar.keystone.server is defined %} +- keystone.server +{% endif %} +{% if pillar.keystone.client is defined %} +- keystone.client +{% endif %} +{% if pillar.keystone.control is defined %} +- keystone.control +{% endif %}