Bug #9059
Puppet SSL Directory can be different
Pull request:
Fixed in Releases:
Found in Releases:
Description
Whilst most open source puppet installations put ssldir under vardir, it's not always the case - Puppet Enterprise puts it under confdir, for instance. A separate puppetssldir setting should be available, defaulting to "#{SETTINGS[:puppetvardir]}/ssl".
Associated revisions
History
#1
Updated by Andrew Stockman over 7 years ago
I should be clear that currently ssldir is hardcoded to "#{SETTINGS[:puppetvardir]}/ssl", which is causing comms with my proxy to fail.
#2
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2101 added
- Pull request deleted (
)
#3
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b57a1e3396d041d55d9b9b80f6d23cd3eb97dab8.
#4
Updated by Dominic Cleal over 7 years ago
- Legacy Backlogs Release (now unused) set to 28
Fixes #9059 - adds puppetssldir setting