commit | 8ba9c0b81a67b403e1f8d582410d20ff4ec868af | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Sun Feb 21 14:59:59 2016 +0100 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Sun Feb 21 15:00:35 2016 +0100 |
tree | adbc77460220b86da92ba81ba51abcf371bd24b8 | |
parent | 778a64058732d286d6904c0d1fb06102e3da7419 [diff] [blame] |
Provisioning overhaul
diff --git a/tests/pillar/minion_local_pillar.sls b/tests/pillar/minion_local_pillar.sls new file mode 100644 index 0000000..cd8f611 --- /dev/null +++ b/tests/pillar/minion_local_pillar.sls
@@ -0,0 +1,10 @@ +salt: + minion: + enabled: true + local: true + pillar: + engine: salt + source: + engine: git + address: 'git@repo.domain.com:salt/pillar-demo.git' + branch: 'master'