Bug 1421636
Summary: | [RFE] Satellite installer pga_hba.conf and postgresql.conf management | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Marcel Gazdík <mgazdik> |
Component: | Installation | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED DUPLICATE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2.6 | CC: | bbuckingham, jcallaha, pgozart, stbenjam |
Target Milestone: | Unspecified | Keywords: | FutureFeature, Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-16 14:43:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marcel Gazdík
2017-02-13 10:22:04 UTC
Hi there, In the case, the customer edited the puppet modules directly. That will never be supported. However, the class parameter values can be changed using custom hiera with BZ1305782. https://bugzilla.redhat.com/show_bug.cgi?id=1305782#c14 explains how to use the hiera feature - it will most likely be available in 6.2.8. As far as the pg_hba.conf setting, they can set the value like this: --- postgresql::server::manage_pg_hba_conf: false The module's documentation indicates it should be changed in the server class, not the globals class. That documentation is available at https://forge.puppet.com/puppetlabs/postgresql for the postgresql module. Be aware that modifying the configuration that Satellite ships may have unintended consequences, and it's recommended to test everything in a non-production environment first. Hope that helps Stephen *** This bug has been marked as a duplicate of bug 1305782 *** |