Greetings,

I know that the puppet.conf documentation exists in extreme detail:

http://docs.puppetlabs.com/puppet/3.7/reference/configuration.html

What that page doesn't tell me is if the config items map to the
[agent] or [master] sections of the config file.

Does anyone know if that data exists in an easy to consume location?

On my puppet master system I have the following puppet.conf snippet:

[main]
    logdir                   = /var/log/puppet
    vardir                   = /var/lib/puppet
    ssldir                   = /var/lib/puppet/ssl
    rundir                   = /var/run/puppet
    factpath                 = $vardir/lib/facter
    dns_alt_names            = puppet-3-7,puppet-3-7.d.umn.edu
    stringify_facts          = false
    ordering                 = manifest
    environmentpath          = $confdir/environments
    basemodulepath           =
$confdir/modules:$confdir/profiles:/usr/share/puppet/modules

Should I also have the same configs on my clients?

For instance, should stringify_facts be set on the clients?

Thanks for any help!

-m

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAOLfK3UdKoBuApY8XNsztWQqNRKGJER3LWj9QVJLF-EWdA6FCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to