From ba143c18109d9e9efd6ca092b01d1ae25fc7118d Mon Sep 17 00:00:00 2001 From: Andrew Vant Date: Mon, 13 Apr 2015 16:07:03 -0400 Subject: [PATCH] Updated pillar.example with the correct defaults for template_sources. --- pillar.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pillar.example b/pillar.example index e30b978..3f7a8f3 100644 --- a/pillar.example +++ b/pillar.example @@ -82,9 +82,9 @@ salt: # You can take profile and map templates from an alternate location # if you want to write your own. template_sources: - providers: salt://templates/cloud.providers.d - profiles: salt://templates/cloud.profiles.d - maps: salt://templates/cloud.maps.d + providers: salt://salt/files/cloud.providers.d + profiles: salt://salt/files/cloud.profiles.d + maps: salt://salt/files/cloud.maps.d # These settings are used by the default provider templates and # only need to be set for the ones you're using.