Ryan
Ryan
Something that I brought up probably forever ago was the idea that clients should provide a consistent user experience. However, that isn't typically up for the protocol to decide, so...
`var = "${whatever.var2}"` can now be `var = whatever.var2`
http://www.postfix.org/postconf.5.html compatibility_level should be set to 2 to avoid being yote into a chroot
systemd-logind spits out "could not connect to database" until restarted. System reboot did not help. Chances are users were connecting faster than nss-pgsql was starting up and systemd-logind locked itself...
https://www.freedesktop.org/software/systemd/man/systemd.preset.html This helps stop issues such as units enabling themselves on-install or on-update.
this should honestly be an issue with Ansible, but `blockinfile` will remove *other* blocks from *other* tasks if not given a task-specific marker!!! just add `marker: "# {mark} ANSIBLE -...
Currently affected: lo1 Reported by @infrastation
NPM seems to have split off from Node, and is in a separate package. It should be installed, but is not.
This would help with systemd in lxd and other environments, so that instead of checking for _just_ docker, we could check `use_systemd`?