-
Notifications
You must be signed in to change notification settings - Fork 27
Not compatible with 2018.1.0 #16
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
Comments
@robertc99 in past version of PE we didn't manage postgresql settings during agent runs ( but did during upgrades or when invoking So I'd probably just do not manage database settings with this module and instead use what PE has built in. All the settings needed from this module should be in
I said something similar over in #15 (comment) I think what I will do is wrap the include of I'll probably get a new version out in a few days. |
I tried what you suggested. Still getting errors Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Pe_databases::Postgresql_settings::Table_settings]: Any word on the updated version.. |
@robertc99 I created #17 to allow the module to run on 2018.1.0. This means you will need to port whatever settings you prefer from this module into parameters on |
@robertc99 this should be resolved by the 0.14.0 release. |
Module get the following error with PE 2018.1.0
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Service[postgresqld] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/pe_databases/manifests/postgresql_settings.pp, line: 41); cannot redeclare (file: /opt/puppetlabs/puppet/modules/pe_postgresql/manifests/server/service.pp, line: 30) (file: /opt/puppetlabs/puppet/modules/pe_postgresql/manifests/server/service.pp, line: 30, column: 3) on node harmony3-p1.anu.edu.au
The text was updated successfully, but these errors were encountered: