Re: [Puppet Users] postgresql setup using puppet

2023-05-04 Thread 'Dirk Heinrichs' via Puppet Users
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 ™

[Puppet Users] postgresql setup using puppet

2023-05-04 Thread Ryan Carl
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