Update README to mention parser=future
This commit is contained in:
parent
76e7eb4808
commit
3983ac501c
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ If you are going to run your own local puppet master:
|
||||||
environmentpath=$confdir/environments
|
environmentpath=$confdir/environments
|
||||||
modulepath=/etc/puppet/environments/$environment/modules:/etc/puppet/modules
|
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]
|
Clone this repo into /etc/puppet/environments/[ENVIRONMENT_NAME]
|
||||||
|
|
||||||
The default environment name in puppet is 'production'. It is suggested to use it, therefore *on the Puppet server*, do:
|
The default environment name in puppet is 'production'. It is suggested to use it, therefore *on the Puppet server*, do:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue