Dzahn has submitted this change and it was merged.

Change subject: Revert "phab: disable tools crons"
......................................................................


Revert "phab: disable tools crons"

This reverts commit 405a54eeef1e529a074b94fc98ee5087a9c5a43f.

This will re-enable ALL crons that had been temp. disabled.

Bug:T112135
Change-Id: I495c3060c913190f2440c7de31a63a727ec9b157
---
M modules/phabricator/manifests/tools.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jcrespo: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/phabricator/manifests/tools.pp 
b/modules/phabricator/manifests/tools.pp
index 0f0fd90..16c24bf 100644
--- a/modules/phabricator/manifests/tools.pp
+++ b/modules/phabricator/manifests/tools.pp
@@ -51,7 +51,7 @@
 
     $bz_header = '/var/run/bz_header.flock'
     cron { 'bz_header_update':
-        ensure  => absent,
+        ensure  => present,
         command => "/usr/bin/flock -n ${bz_header} -c 
'/srv/phab/tools/bugzilla_update_user_header.py -a' >/dev/null 2>&1",
         user    => root,
         hour    => '0',
@@ -60,7 +60,7 @@
 
     $bz_comments = '/var/run/bz_comments.flock'
     cron { 'bz_comment_update':
-        ensure  => absent,
+        ensure  => present,
         command => "/usr/bin/flock -n ${bz_comments} -c 
'/srv/phab/tools/bugzilla_update_user_comments.py -a' >/dev/null 2>&1",
         user    => root,
         hour    => '1',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I495c3060c913190f2440c7de31a63a727ec9b157
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: JAufrecht <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to