Closed bastelfreak closed 1 year ago
@ekohl It's already broken because the defined resource postgresql::server::grant has a port param with a default value and won't use $connect_settings
anyways.
@ekohl I could reverse the logic and always use $connect_settings when it's not empty?
I made the port optional, so this should be fine now
This enables us to make it configureable. When a user doesn't specify it, the defaults will be passed, without breaking existing behaviour.