Actions
Bug #2097
closedImprove debug when unable to get Puppet settings with bad return code
Description
Currently PuppetSetting raises an exception when the return code of the puppet master --configprint
command is bad. This is usually down to configuration, but there's not enough debug to help.
It currently raises this message:
unable to get [:hostcert, :localcacert, :hostprivkey, :storeconfigs] Puppet setting: <stdout>
It should also provide the path to puppetmasterd it ran (as people have had $PATH issues), the full command (to include the puppet.conf location) and stderr.
Updated by Dominic Cleal about 12 years ago
- Category changed from Puppet Reports to Puppet integration
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal about 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2a1269ebecead5efbee39934c7d867c3a94b426b.
Actions