justicel/puppet-phpmyadmin

Added support for SSLRequireSSL

Closed this issue · 1 comments

I see that you have made this so that you can extend the phpmyadmin class, but I want to be able to add SSLRequiireSSL so that phpmyadmin pages are only served encrypted.

As a side note and would be a seperate ticket if you were ok with this functionality getting added into your module would be support for htaccess for phpmyadmin.

What do you say?

You're welcome to submit a patch. The ssl should be a flag off of the main class. It will require an additional vhost configuration, but basically since it's using the puppetlabs-apache it should have an example vhost configuration that can be pulled in for usage with that.

I can add support for this as well but this week is surprisingly busy for me so it might be a bit... so it might be quicker to submit your own implementation! :)