From 55728f028bfd7bd1cd2ea4ed6c22f8a0b69c463d Mon Sep 17 00:00:00 2001 From: Ross Perkins Date: Wed, 18 Mar 2015 12:45:24 -0700 Subject: [PATCH] Added pillar.example of templated schema file --- pillar.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pillar.example b/pillar.example index 63f8423..feb694f 100644 --- a/pillar.example +++ b/pillar.example @@ -25,6 +25,10 @@ mysql: source: salt://mysql/files/foo.schema bar: load: False + baz: + load: True + source: salt://mysql/files/baz.schema.tmpl + template: jinja # Manage users # you can get pillar for existent server using scripts/import_users.py script