Tom Murphy

Results 21 comments of Tom Murphy

kvspb still commits to the repo, but I don't know if this issue is considered important :( There's been no input from the author.

> Especially when OpenLDAP says, I quote: `ldaps:// is deprecated in favor of Start TLS [RFC2830]`. I have moved all SMTP and LDAP servers to STARTTLS long time ago. Hey...

I have some suggestions to make: 1. If you use EC2 IAM profiles you don't need the Access keys or secret keys in the Magento config. 2. If you don't...

One thing I did notice is.. the new media gallery doesn't work when S3 is used as remote media. I've run the `media.gallery.synchronization` and `media.content.synchronization` commands but there's no change....

Never mind, I figured it out. Manifest should look as follows: ``` puppet class { 'apt' : } class {'percona::params': percona_version => '5.5', server => true, manage_repo => true, default_configuration...

Actually, the confusion seems to be caused due to the fact that on Ubuntu/Debian hosts, this default_configuration is not used. In the my.cnf.Debian.erb there is no reference to the hash,...

Hi @vamsee and @vStone , I've created PR #29 to fix solr.xml when customizing conf files.

@danir-de I think it's some issue with signalling in the internal nextcloud php code.

@bbrala I can confirm this happens on Mac OS X as well. I think it also affects changing /etc/exports when using NFS shares.

You can remove X-Powered-By from even being generated by setting this in php.ini: ```expose_php = off``` Then, no need to hide the header in nginx because it never gets generated.