Kevin Keane
Kevin Keane
The documentation for backup/restore at https://docs.chef.io/server_backup_restore.html is overall very good, but if you follow it verbatim, it will use the old SSL certificate for the old server's FQDN. Before the...
##### SUMMARY When specifying a label in the product module, and a product with the given name already exists, the module will produce a warning. It should instead use the...
##### SUMMARY In the content_view module, repositories must be specified as name + product. This can break when the name has been changed in the GUI or elsewhere. One specific...
##### SUMMARY There are a number of features missing in the collection (such as, importing ansible roles, managing webhooks, managing the host host collection relationships, and probably more that I...
This isn't really a bug since the socat entry is labeled as "not tested" but the socat entry does not work as suggested. For one, socat does not go in...
Thanks for building this very useful utility! After installing the virtualbox_WSL2 plugin, I found that it was not working for me. After some troubleshooting, I found that the problem was...
The vagrant landrush plugin adds the VMs to a VM-only DNS server. It works well on Linux, and on Windows/WSL2 with Hyper-V as provider. It does not seem to work...
The generated configuration files do not contain the directives: TypesConfig DefaultType These two directives belong to mod_mime. At least in Apache 2.2, those two entries are necessary to prevent errors...
Currently, the httpd_config resource will automatically append .conf to the file name. That prevents this resource from being used with configuration files with other extensions. For instance, I have a...
I like the principle behind the httpd_config resource. I would like for it to be able to delete files, as well. Also, allow setting owner/group/permission. A few configuration files might...