-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dev.icinga.com #12809] Path of Puppet keys and certs broken #122
Comments
Updated by shoenscheid on 2016-09-28 10:52:01 +00:00 There are variables for the ssl base path. Puppet uses them in puppet.conf. these variables are also available for usage in puppet lang. |
Updated by Reamer on 2016-09-28 20:32:52 +00:00 @shoenscheid |
Updated by lbetz on 2016-09-28 21:24:29 +00:00 But the name of the fact should be changed... Facter.add(:settings) do settings = Hash.new setcode do |
Updated by lbetz on 2016-09-29 08:09:05 +00:00
|
Updated by bsheqa on 2016-09-29 12:57:08 +00:00 The current implementatio in "bug/path-of-Puppet-keys-and-certs-broken-12809" works only if "stringify_facts = false". A hashed fact would suit better in this case, but we should use strings for compatibility reasons. Find my solution in the branch "bug/icinga2-puppet-settings-facts-12809". |
Updated by Reamer on 2016-09-29 21:35:11 +00:00 I prefer also the branch "bug/icinga2-puppet-settings-facts-12809". The code should work also with older puppet version. |
Updated by bsheqa on 2016-09-30 08:20:49 +00:00
Merged bug/icinga2-puppet-settings-facts-12809 into master |
Updated by bsheqa on 2016-10-07 11:29:42 +00:00
|
This issue has been migrated from Redmine: https://dev.icinga.com/issues/12809
Created by bsheqa on 2016-09-27 13:00:17 +00:00
Assignee: bsheqa
Status: Closed (closed on 2016-09-30 08:20:49 +00:00)
Target Version: v0.5.0
Last Update: 2016-09-30 08:20:49 +00:00 (in Redmine)
Quote "Reamer" on GitHub:
Is there a way to fix this without creating a custom fact?
Relations:
The text was updated successfully, but these errors were encountered: