Kenyon Ralph
Kenyon Ralph
> ``` > archive { '/target/filename.tgz': > enssure => present, > source => 'http://file/url/location/filename.tgz', > } > ``` I'm guessing that `ensure` typo is just in this GitHub issue, not...
I think we don't list core modules in metadata.json.
Why would the module defaults be different from standard Postfix defaults though? That’s a bit weird.
In this particular case, not having localhost in $mydestination breaks delivery of most system-generated mail going to root@localhost.
The real problem here is that IPv6 [should not be disabled](http://howtodisableipv6.com/) and should be enabled by default. Interfaces should have their default IPv6 addresses assigned, even if you're not doing...
Fix the framework so it handles IPv6.
@skyscooby, you should be testing with IPv6 enabled, not trying to work around the problems resulting from it being incorrectly disabled.
@skyscooby, IPv6 is enabled by default on every operating system. That's not an opinion, simply a fact. The breaking behavior is the disabling of it in docker. What we definitely...
You can squash on merge using GitHub's web interface.
This general issue is quite old, considering I found https://github.com/rubygems/bundler/issues/3006, which I found after discovering that bundler has been doing things on my system with sudo without asking. :angry: