From 3983ac501c769c9afd9cfd76050ab014c7e669bf Mon Sep 17 00:00:00 2001 From: Keith Date: Mon, 13 Mar 2017 14:14:21 +0100 Subject: [PATCH] Update README to mention parser=future --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b27280a..91f2c6b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ If you are going to run your own local puppet master: environmentpath=$confdir/environments modulepath=/etc/puppet/environments/$environment/modules:/etc/puppet/modules + + In order to support the syntax of some submodules we use, you also need to add this line to the [master] section of /etc/puppet/puppet.conf: + + parser=future Clone this repo into /etc/puppet/environments/[ENVIRONMENT_NAME]