From 6a7448cb4b8a5bb311cf440604d9e5edc64998c6 Mon Sep 17 00:00:00 2001 From: Adam Herzog Date: Sun, 9 Feb 2014 09:13:00 -0500 Subject: [PATCH] Add confext (and missing vhostdir) parameters to pillar.example. --- pillar.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index 5968db5..9088175 100644 --- a/pillar.example +++ b/pillar.example @@ -3,7 +3,9 @@ apache: server: apache2 service: apache2 + vhostdir: /etc/apache2/sites-available confdir: /etc/apache2/conf.d + confext: .conf logdir: /var/log/apache2 wwwdir: /srv/apache2