Closed
Description
Describe the Bug
https://www.puppet.com/docs/puppet/8/configuration.html#preprocess-deferred lists the wrong default value. It's true
on Puppet 7 but false
on Puppt 8.
See:
- https://github.com/puppetlabs/puppet/blob/8.6.0/lib/puppet/defaults.rb#L2105-L2114
- https://github.com/puppetlabs/puppet/blob/7.31.0/lib/puppet/defaults.rb#L2062-L2071
Expected Behavior
preprocess_deferred
should be documented as false
for Puppet 8 and true
for Puppet 7.
Steps to Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
Environment
- Version [e.g. 1.27.0]
- Platform [e.g. Ubuntu 18.04]
Additional Context
Add any other context about the problem here.