ArielGlenn has submitted this change and it was merged.

Change subject: app servers should have php-mail and php-mail-mime for Echo (rt 
5338)
......................................................................


app servers should have php-mail and php-mail-mime for Echo (rt 5338)

Change-Id: I203f9618d01b4758f03c3e1a2107aa5bd8495770
---
M modules/applicationserver/manifests/packages.pp
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/applicationserver/manifests/packages.pp 
b/modules/applicationserver/manifests/packages.pp
index ee2ee0e..b64315f 100644
--- a/modules/applicationserver/manifests/packages.pp
+++ b/modules/applicationserver/manifests/packages.pp
@@ -9,6 +9,9 @@
                        "php5-memcached", "libmemcached11", "php5-igbinary"  ]:
                ensure => latest;
        }
+        package { [ "php-mail", "php-mail-mime" ]:
+                ensure => latest;
+        }
 
        if $::lsbdistid == "Ubuntu" and versioncmp($::lsbdistrelease, "12.04") 
>= 0 {
                # On Precise, the 'php5' packages also provides the 'php5-fpm' 
which

-- 
To view, visit https://gerrit.wikimedia.org/r/73927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I203f9618d01b4758f03c3e1a2107aa5bd8495770
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to