NexusIS / puppet-mediawiki

This is a puppet module for deploying multi-tenant mediawiki
GNU General Public License v3.0
0 stars 5 forks source link

failure with unset smtp variables #8

Open threepistons opened 8 years ago

threepistons commented 8 years ago

In instance.pp, having the $smtp_* variables unset didn't work with my Puppet 4 installation, giving:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Resource Statement, Mediawiki::Instance[my_wiki1]: expects a value for parameter 'smtp_auth'

and similar lines. Making all those entries be false (without quotes) fixed it. I am currently finding out whether I am allowed to publish patches written at work: if I am, I'll submit one.

aimonb commented 8 years ago

Hi thanks for letting us know. We will gladly accept your patch if you can submit it. If not then let us know so we can make the change.

aimonb commented 8 years ago

@threepistons Any updates for this?

threepistons commented 8 years ago

I don't yet have publishing consent.

aimonb commented 8 years ago

@threepistons ok np. Will keep open.