puppet-server version: 5.3.6 - working on Ubuntu 18.04.
the puppet catalog seems not working well. I don't know if the issue is the Bionic:
Any idea about the issue?
Info: Using configured environment 'puppetv5'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Systemd::Unit_file[puppetdb-dlo-cleanup.timer]:
has no parameter named 'enable'
has no parameter named 'active' (file: /etc/puppetlabs/puppet/r10k/puppetv5/modules/legacy/modules/puppetdb/manifests/server.pp, line: 302) on node 01.puppet5db.nym2.internet.net
the puppet catalog seems not working well. I don't know if the issue is the Bionic:
Any idea about the issue?
{noformat}
Info: Using configured environment 'puppetv5' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Retrieving locales Info: Loading facts Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Systemd::Unit_file[puppetdb-dlo-cleanup.timer]: has no parameter named 'enable'
has no parameter named 'active' (file: /etc/puppetlabs/puppet/r10k/puppetv5/modules/legacy/modules/puppetdb/manifests/server.pp, line: 302) on node 01.puppet5dbpuppetdb.nym2.internet.net
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run{noformat}
This may be a problem with the module dependency metadata. You can try disabling the automatic dlo cleanup with automatic_dlo_cleanup => false or forcing the systemd module to a version greater than or equal to 2.0.0
Austin Blatt, thanks for your quick answer. yeap disabling the automatic_dlo_cleanup it pass away. I will try to update our systemd module to 2.0. Thanks