I'm looking fir a way to configure puppet-agent to log in it's own file rather than /var/log/syslog.
I found that if I edit puppet.conf and specify for ex:
logdest = /var/log/puppetlabs/agent.log
That does it, however I'm using theforeman-puppet module for other Puppet related configuration which overwrites it. Though I haven't found within the modules directory where or how.
However that doesn't work for FreeBSD.
Has anyone configured this before?