vendored/puppet/lib/puppet/reference/configuration.rb in bolt-0.17.1 vs vendored/puppet/lib/puppet/reference/configuration.rb in bolt-0.17.2

- old
+ new

@@ -32,9 +32,11 @@ val = 'Unix/Linux: /var/run/puppetlabs -- Windows: C:\ProgramData\PuppetLabs\puppet\var\run -- Non-root user: ~/.puppetlabs/var/run' elsif name.to_s == 'logdir' val = 'Unix/Linux: /var/log/puppetlabs/puppet -- Windows: C:\ProgramData\PuppetLabs\puppet\var\log -- Non-root user: ~/.puppetlabs/var/log' elsif name.to_s == 'hiera_config' val = '$confdir/hiera.yaml. However, if a file exists at $codedir/hiera.yaml, Puppet uses that instead.' + elsif name.to_s == 'certname' + val = "the Host's fully qualified domain name, as determined by facter" end # Leave out the section information; it was apparently confusing people. #str << "- **Section**: #{object.section}\n" unless val == ""