Hi,

Check this out:
https://docs.puppetlabs.com/puppet/latest/reference/config_file_main.html 

It should provide you the info you are looking for...

Regards,

On Thursday, 3 March 2016 18:52:15 UTC, Matt Zagrabelny wrote:
>
> 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/5ed9c595-0a98-48c0-b4ce-4fe602897129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to