Am Donnerstag, dem 04.05.2023 um 16:57 -0700 schrieb Ryan Carl:
value: on
Could not evaluate: undefined method 'match' for true:TrueClass
I guess YAML treats this as a boolean, unless you put it in quotes.
HTH...
Dirk
--
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™
I am setting up postgresql using the postgresql module.
I have most things working.
My issue is the config_entry as I am trying to add ssl to the config.
I have this in hiera:
pgsql_config_entries:
- name: ssl
value: on
- name: ssl_cert_file
value: '/etc/pki/tls/certs/servername.pem