I know that my puppet agents will report things like
info: Applying configuration version '1444153925'
and in the `/var/lib/puppet/state/last_run_summary.yaml` file
config: 1444153925
Can I get my puppet master to report this same information?
> "The catalog I'm serving to the next> client who asks would be version> 1444153925"?
==========
Edit: I don't know how to format a comment, so I'm answering a followup question here. I hope that's OK.
$ sudo puppet config print all | grep config
async_storeconfigs = false
authconfig = /etc/puppet/namespaceauth.conf
config = /etc/puppet/puppet.conf
config_version = ""
configprint = all
configtimeout = 120
dblocation = /var/lib/puppet/state/clientconfigs.sqlite3
deviceconfig = /etc/puppet/device.conf
fileserverconfig = /etc/puppet/fileserver.conf
genconfig = false
localconfig = /var/lib/puppet/state/localconfig
rest_authconfig = /etc/puppet/auth.conf
storeconfigs = false
storeconfigs_backend = active_record
thin_storeconfigs = false
↧