Ameir Abdeldayem
Ameir Abdeldayem
When using SAN certs, hostname verification is enforced. If the server hostname in `server_addr` doesn't match one of the names in the cert, thenthe connection fails. This PR allows you...
When I simply do `include_recipe "php-fpm"`, I get a recipe compile error. If I use the definition directly and install PHP-FPM from another recipe, it works fine. I think the...
The previous check would evaluate to `false` if the value is `false`. We should instead check if the key exists, and not check truthiness.
This project looks quite interesting, and takes a clever approach. I'm currently using php-ews, but it's been in a state of disarray and massive forking lately, and the maintainer doesn't...
Unless I've missed something, we can currently only copy the image in the manifest list that matches the current system platform, or we can copy them all. For some images,...
Hello, I maintain a fork that is used in a mail-related SaaS, and would like to merge those changes upstream for the community to benefit from. Would you prefer one...
Grab resource info via APIs and writing to state file.
S3 sync and Duplicity support have been added, but documentation does not reflect it. Creating this issue to keep this on my radar.