Ottomata has submitted this change and it was merged.

Change subject: server.pp: fix zkCleanup cron
......................................................................


server.pp: fix zkCleanup cron

without thix fix zkCleanup runs every minute in given hour. adding value
to minute-attribute avoids this behaviour.

Change-Id: I389d6e8f78af43ef0cc54921a33b20a1a168d794
---
M manifests/server.pp
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/manifests/server.pp b/manifests/server.pp
index 6de4a4d..81c5771 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -71,6 +71,7 @@
 
     cron { 'zookeeper-cleanup':
         command => "${cleanup_script} -n ${cleanup_count} >/dev/null",
+        minute  => 10,
         hour    => 0,
         user    => 'zookeeper',
         require => Service['zookeeper'],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I389d6e8f78af43ef0cc54921a33b20a1a168d794
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/zookeeper
Gerrit-Branch: master
Gerrit-Owner: Mklette <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to