David Lutterkort
David Lutterkort
I agree that that would be a very good improvement; basically, pulling the functionality that the 'onlyif' parameter in the Puppet type provides into the language that aug_srun understands. It's...
No, none of this was ever implemented. It's a good amount of work, and I am a little hesitant to add this since it creates a completely new language and...
That's a lot easier, and there are a number of augeas bindings for various languages ;) See [the download page](http://augeas.net/download.html) for a list of bindings
The simplest way I can think of to make idempotent changes to the tree is using the following approach - set your desired state up somewhere outside of `/files`, say...
I can't come up with another way to allow this sort of format. Would love to see a backwards compatible fix. Do you have any ideas on how ?
I've never encountered this error, so it's hard for me to test the suggested fix. Can you confirm that that does indeed fix the issue for you ? If it...
Hi, I agree that having a lens for openssl.cnf would be nice, though I don't have time to do that right now. For the other problem: you can use the...
I am wondering whether it wouldn't be better to have the lens parse the comma-separated list of hosts so that the test ```augeas test Nrpe.item get "allowed_hosts=127.0.0.1, 127.0.0.2\n" = {...
Since there is a little bit of trickery involved, The main changes would be to disallow `,` in `word`, and then redefining `item` to ```augeas let item = [ key...
I would strongly prefer a solution that does not break backwards compatibility. If `allowed_hosts` is the only kind of item that allows lists of things in it, I'd do the...