commit | d34602003634bd710d1c955753ea11ca1a610660 | [log] [tgz] |
---|---|---|
author | Michael Kuty <6du1ro.n@gmail.com> | Sat May 03 15:54:26 2014 +0200 |
committer | Michael Kuty <6du1ro.n@gmail.com> | Sat May 03 15:54:26 2014 +0200 |
tree | 48b03e7d4c9c0e5faa8162323c08dd31ba61dd5b | |
parent | e554d79e4cabe3ba17791d2e53820a7f966359b6 [diff] [blame] |
state with example conf
diff --git a/init.sls b/init.sls new file mode 100755 index 0000000..a6ebabe --- /dev/null +++ b/init.sls
@@ -0,0 +1,4 @@ +include: +{%- if pillar.fluentd.get("server", {'enabled':False}).enabled %} +- fluentd.server +{%- endif %} \ No newline at end of file