Chad has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/297803

Change subject: Phab: make sure the mail crons have mysql-client installed
......................................................................

Phab: make sure the mail crons have mysql-client installed

Change-Id: Id09a46edff0c58c8a8f6eaf683e98048d6256046
---
M modules/phabricator/manifests/logmail.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/297803/1

diff --git a/modules/phabricator/manifests/logmail.pp 
b/modules/phabricator/manifests/logmail.pp
index f6605df..4cb640a 100644
--- a/modules/phabricator/manifests/logmail.pp
+++ b/modules/phabricator/manifests/logmail.pp
@@ -44,6 +44,9 @@
     $weekday     = undef,
 ) {
 
+    package { 'mysql-client':
+        ensure => present,
+    }
 
     file { "${basedir}/${script_name}":
         ensure  => present,
@@ -62,5 +65,6 @@
         minute   => $minute,
         weekday  => $weekday,
         monthday => $monthday,
+        require  => Package['mysql-client'],
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id09a46edff0c58c8a8f6eaf683e98048d6256046
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <[email protected]>

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

Reply via email to