Hi,

I try to setup streaming replication using puppet. I installed the official 
module postgresql and I succeed writing postgresql.conf and pg_hba.conf. My 
problem is I cannot put negtive values in the config files although it does 
make sense, e.g:

example
======
...
postgresql::server::config_entry { 'max_standby_streaming_delay':  value => 
'-1'}
...

A value of -1 indicates to wait forever, but using the module does not 
allow this negative value. When it is in single quotes like above it will 
be in the config file as well. I did not figure out a way to obtain a plain 
-1 without quotes.

Any idea is appreciated.

Regards
Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d8481070-ed3d-4989-b0c9-733998432b17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to