Rush has submitted this change and it was merged.

Change subject: phab ensure prod cron gets removed in labs
......................................................................


phab ensure prod cron gets removed in labs

I will add this back for prod only in awhile,
as it is spamming on various labs phab
instances.

Change-Id: I60ea7738737cb8101a92d3083b09bf347e0e4f9d
---
M modules/phabricator/manifests/migration.pp
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/modules/phabricator/manifests/migration.pp 
b/modules/phabricator/manifests/migration.pp
index 5b0eb11..0a2f30d 100644
--- a/modules/phabricator/manifests/migration.pp
+++ b/modules/phabricator/manifests/migration.pp
@@ -13,9 +13,8 @@
     }
 
     $fab_lock = '/var/run/fab_update_user.flock'
-
     cron { 'fab_user_update':
-        ensure  => present,
+        ensure  => absent,
         command => "/usr/bin/flock -n ${fab_lock} -c 
'/srv/phab/tools/fab_update_user.py -a' 2>&1",
         user    => root,
         hour    => '*/1',

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

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

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

Reply via email to