Romain Tartière
Romain Tartière
@pajuric it looks like I missed the failed CI. I fixed the reported issues and am happy to receive feedback to help improve this article.
I fixed a bunch of style issues, but the remaining ones looks weird… I am not sure about how to handle them. * The "is a heading and should be...
`msync` raising an error when a repository is up-to-date with the expectations if highly irritating… Having to pass `skip_broken` makes me think that I might fail to spot real problems...
> Something I do miss is the change to `facterdb/get_facts.sh` to drop `--show-legacy`. Good catch, it looks like I `git checkout -- .` before committing it :facepalm: Fixed!
> @smortex do you have a chance to rebase/redo this PR? I would like to then merge it. Luckily I had the original branch and could cherry-pick / adjust /...
> AFAIK link local never shows up as `networking.ip6`. I at least hope not because it's usually useless and unusable. That makes no sense but they do :shrug: : ```sh-session...
:thinking: quite unexpected as far as I think about it, yes. I had a similar issue but not exactly the same I think and @neomilium demonstrated me I was inconsistent...
Hum, the project got its root before FreeBSD switched to git, I am not sure if spaces in branch names where a possible thing with svn, but the presence of...
The WSGI application is typically served by a webserver (e.g. apache + mod_wsgi ; apache + passenger ; etc) or behind a proxy (e.g. apache ; nginx ; etc). Authentication...
Instead of enabling the legacy feature that is being removed, better allow to use the dotted-notation of facts. That's why I opened this issue initially. It is very low priority...