All,<br><br>I've RTFMed as best I can but I am missing something. Is there a way in puppet to have Augeas set a variable value or create a list of values based on a match? Currently I'm writing my own puppet type to do something like this but there are limitations. <br>
<br>What I'm looking for is something like:<br><br> augeas {<br>   "set some var":<br><br>     val=> "match /files/etc/my.cnf/target[ . = \"mysqld\"]/allow-suspicious-udfs size > 0",<br>
     var=> $myvar<br> }<br><br>where $myvar would maintain that value in its scope. <br><br>Does this exist and I'm just looking in the wrong place?<br><br><br>-Glenn<br>