commit | d5029c8c6a50d13c0b96c0ca441e4fb7d4f70ecf | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Wed Jan 07 13:58:23 2015 +0100 |
committer | Ales Komarek <mail@newt.cz> | Wed Jan 07 13:58:23 2015 +0100 |
tree | bc6a4baf7e80681906558df3e9ccb079410222cf |
intial commit
diff --git a/inits.sls b/inits.sls new file mode 100644 index 0000000..4fd26ca --- /dev/null +++ b/inits.sls
@@ -0,0 +1,7 @@ + +{%- if pillar.powerdns is defined %} +include: +{%- if pillar.powerdns.server is defined %} +- powerdns.server +{%- endif %} +{%- endif %}