vendored/puppet/lib/puppet/reference/configuration.rb in bolt-0.12.0 vs vendored/puppet/lib/puppet/reference/configuration.rb in bolt-0.13.0

- old
+ new

@@ -46,11 +46,11 @@ return str end config.header = <<EOT -## Configuration Settings +## Configuration settings * Each of these settings can be specified in `puppet.conf` or on the command line. * When using boolean settings on the command line, use `--setting` and `--no-setting` instead of `--setting (true|false)`. (Using `--setting false` @@ -65,18 +65,20 @@ an integer immediately followed by one of the units 'y' (years of 365 days), 'd' (days), 'h' (hours), 'm' (minutes), or 's' (seconds). The unit cannot be combined with other units, and defaults to seconds when omitted. Examples are '3600' which is equivalent to '1h' (one hour), and '1825d' which is equivalent to '5y' (5 years). +* If you use the `splay` setting, note that the period that it waits changes + each time the Puppet agent is restarted. * Settings that take a single file or directory can optionally set the owner, group, and mode for their value: `rundir = $vardir/run { owner = puppet, group = puppet, mode = 644 }` * The Puppet executables will ignore any setting that isn't relevant to their function. See the [configuration guide][confguide] for more details. -[confguide]: https://docs.puppetlabs.com/puppet/latest/reference/config_about_settings.html +[confguide]: https://puppet.com/docs/puppet/latest/config_about_settings.html * * * EOT