commit | b2c8ff6df547ea477c5ee86181b313771b947547 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Mon Aug 22 00:20:01 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Mon Aug 22 00:20:01 2016 +0200 |
tree | aae26af78723952f2a19e94b59c9de8141d603c6 | |
parent | 8fb1da84906cf840b697539cc7a9a5a90255a126 [diff] [blame] |
Pillar test data
diff --git a/tests/pillar/minion_custom_handler.sls b/tests/pillar/minion_custom_handler.sls new file mode 100644 index 0000000..6c30c48 --- /dev/null +++ b/tests/pillar/minion_custom_handler.sls
@@ -0,0 +1,14 @@ +salt: + minion: + enabled: true + handler: + handler01: + engine: udp + bind: + host: 127.0.0.1 + port: 9999 + handler02: + engine: zmq + bind: + host: 127.0.0.1 + port: 9999 \ No newline at end of file