Skip to content

Commit

Permalink
Merge pull request #241 from kenyon/patch-3
Browse files Browse the repository at this point in the history
README.md: remove some obsolete Puppet Open Source default values
  • Loading branch information
bastelfreak authored Nov 26, 2018
2 parents fa58609 + 24f680b commit 0456a77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ The following parameters are available for the hiera class:
* `datadir`
The path to the directory where hiera will look for databases.
Default:
* `'/etc/puppet/hieradata'` for Puppet Open Source
* `'/etc/puppetlabs/puppet/hieradata'` for PE Puppet < 4
* `'/etc/puppetlabs/code/environments/%{::environment}/hieradata'` for Puppet >= 4
* `datadir_manage`
Expand Down Expand Up @@ -394,9 +393,7 @@ The following parameters are available for the hiera class:
Specifies the ensure value of the hiera package. Default: 'present'
* `confdir`
The path to Puppet's confdir.
Default: `$::settings::confdir` which should be the following:
* `'/etc/puppet'` for Puppet Open Source
* `'/etc/puppetlabs/puppet'` for Puppet Enterprise
Default: `$::settings::confdir` which should be `'/etc/puppetlabs/puppet'`
* `logger`
Which hiera logger to use.
**Note**: You need to manage any package/gem dependencies yourself.
Expand Down

0 comments on commit 0456a77

Please sign in to comment.