-
For context, I work on [Rudder](https://github.com/Normation/rudder) (@Normation), and we're starting to work on Augeas support for a future core agent component written in Rust, and this official cra…
-
while looking back at Augeas for #656, I remembered that there were a number of things still to be done:
* [x] add a "check" target in scripts/augeas/Makefile.am using (NOTE: disabled for now due t…
-
### As
an engineer
### I would like to
be able to retrieve Augeas error logs
### so I can
find out why Augeas commands are failing
### Additional context
There is no API to the augeas "errors" …
-
Add completion for [augeas](http://augeas.net/) `augtool` and `augparse` commands.
-
what I missing there is `.to_a` method and `.clear` method.
-
In augtool:
```
augtool> set /augeas/context[2] /augeas
augtool> ls
error: Failed to execute command
Not enough arguments for ls
augtool> print /augeas
error: Too many matches for path expression
The…
-
Place the following as `/etc/nginx/conf.d/test.conf`:
```
server {
listen 127.0.0.1:80;
server_name poc.localhost;
types {
text/plain h;
}
location / {
root /srv/http;
…
-
Firstly, this is a really awesome project, and I really appreciate your sharing it!
I've been using `vagrant-dns` for a bit (which leverages `rubydns`), but it seems there are too many moving parts a…
-
Running wget with a depth of 2 on augeas.net finds the following broken links.
Found 57 broken links.
http://augeas.net/docs/references/lenses/files/limits-aug.html
http://augeas.net/docs/references…
-
Your module assumes that everyone has suhosin installed, so Augeas[whitelist_phar] fails miserably on servers that do not have this module installed.
Debug output:
`Debug: Augeas[whitelist_phar](prov…