All,<br><br>I'm using SSL with postgres and am using puppet/augeas to manage the configs. The postgress lens is bailing when I do cert mapping to a user as follows:<br><br><br>hostssl        user      db       <a href="http://10.0.0.1/24">10.0.0.1/24</a>          cert clientcert=1 map=certmap<br>
<br><br>I think its here:<br>let option = [ label "option" . store word ]<br><br><br>I think you would need:<br>let option_word = /regexforaword(=regexforaword)?/<br>let option = [ label "option" . store option_word]<br>
<br>OR<br>create a sub tree for the option name value pairs. <br><br><br>Has anyone else run into this or is there a patch I can apply or version I can update to? Currently I'm at augeas-0.8.1-2.el5.<br><br>-Glenn<br>
<br>