From 49dedb64dceb39f5cdcb7d541a917375de60c3c8 Mon Sep 17 00:00:00 2001
From: "Adrien \"ze\" Urban" <aur@nbs-system.com>
Date: Wed, 29 Aug 2018 12:19:43 +0200
Subject: [PATCH] directory.default: update pillar.example

New behavior properly explained in pillar.example

Warning: changes directory.default when used with non-standard documentroot.
Now uses documentroot, instead of previously "default" documentroot path.
---
 pillar.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pillar.example b/pillar.example
index 4bf2a51..bfbd68e 100644
--- a/pillar.example
+++ b/pillar.example
@@ -84,7 +84,7 @@ apache:
       SSLCertificateChainFile: /etc/ssl/mycert.chain.pem # if you require a chain of server certificates file
 
       Directory:
-        # "default" is a special case; Adds ``/path/to/www/dir/example.com``
+        # "default" is a special case; uses DocumentRoot value
         # E.g.: /var/www/example.com
         default:
           Options: -Indexes +FollowSymLinks
-- 
GitLab