You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to apply catalog: Parameter name failed on Postgresql_conf[authentication_timeout_TEST-PG-1234]: Invalid value "authentication_timeout_TEST-PG-1234". Valid values match /^[\w.]+$/.(file:/etc/puppetlabs/code/environments/dash_test/modules/postgresql/manifests/server/config_entry.pp, line: 89)
Describe the Bug
When there is a dash
-
in the instance name, thePostgresql_conf
defined resource failsWe want to build the instance based off the hostname, as in our environment its 1 server for 1 instance.
For example
Given:
Error:
I think its related to this:
puppetlabs-postgresql/lib/puppet/type/postgresql_conf.rb
Line 9 in ab7e59e
Expected Behavior
Puppet should be okay with dashes in the resource name.
Steps to Reproduce
Steps to reproduce the behavior:
Build an instance with dashes in the name.
Environment
The text was updated successfully, but these errors were encountered: