From 47b75d05c7a9c52215337e33484d374c23f3b0b7 Mon Sep 17 00:00:00 2001 From: Edvinas Klovas Date: Thu, 14 May 2015 13:37:36 +0300 Subject: [PATCH] add pillar_roots for minion and master in pillar.example --- pillar.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 3f7a8f3..614cc7d 100644 --- a/pillar.example +++ b/pillar.example @@ -27,7 +27,9 @@ salt: file_roots: base: - /srv/salt - + pillar_roots: + base: + - /srv/pillar # for salt-api with tornado rest interface rest_tornado: port: 8000 @@ -56,6 +58,9 @@ salt: file_roots: base: - /srv/salt + pillar_roots: + base: + - /srv/pillar module_config: test: True test.foo: foo