commit | 63c2db5cb947aea306530320003a07c3339bdb31 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Mon Sep 15 09:26:22 2014 +0200 |
committer | Ales Komarek <mail@newt.cz> | Mon Sep 15 09:26:22 2014 +0200 |
tree | f7ec5a05756cba945e2c3b873f379652ff29574f |
initial commit
diff --git a/init.sls b/init.sls new file mode 100644 index 0000000..d8a93c5 --- /dev/null +++ b/init.sls
@@ -0,0 +1,8 @@ + +include: +{%- if pillar.foreman.server.enabled %} +- foreman.server +{%- endif %} +{%- if pillar.foreman.smart_proxy.enabled %} +- foreman.smart_proxy +{%- endif %}