From 33c19159d2556469f8e0fe417e4dc51c45045242 Mon Sep 17 00:00:00 2001 From: "C. R. Oldham" Date: Tue, 6 May 2014 11:48:21 -0600 Subject: [PATCH] Add pillar example --- pillar.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pillar.example b/pillar.example index e69de29..331df2e 100644 --- a/pillar.example +++ b/pillar.example @@ -0,0 +1,8 @@ +# +# Sample pillar entry to make sure that +# PG 9.3 is installed instead of the default +# 9.1 referenced in this formula +# +postgres: + lookup: + pkg: postgresql-9.3