-
Notifications
You must be signed in to change notification settings - Fork 614
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
setting the encoding parameter causes a dependency cycle #1543
Comments
Hi, |
Thanks, looking forward to the fix. This blocks our upgrade to the latest module version |
I was also able to reproduce the problem in an environment or came across it. I was able to determine that the dependency cycle only occurs if |
I'm experiencing a similar problem, but with
|
Describe the Bug
Error: Found 1 dependency cycle:
(Anchor[postgresql::server::service::begin::main] => Postgresql_psql[Set template1 encoding to UTF8] => Postgresql::Server::Instance::Late_initdb[main] => Postgresql::Server::Instance::Initdb[main] => Class[Postgresql::Server::Initdb] => Postgresql_conf[port_for_instance_main] => Class[Postgresql::Server::Service] => Postgresql::Server::Instance::Service[main] => Anchor[postgresql::server::service::begin::main])
Expected Behavior
No dependency cycle error
Steps to Reproduce
class { 'postgresql::server':
encoding => 'UTF8',
}
Environment
The text was updated successfully, but these errors were encountered: