BBlack has submitted this change and it was merged.

Change subject: fix minutes for zero cron
......................................................................


fix minutes for zero cron

Bugfix for 61643b83

Change-Id: Ib266a008fbceeb1487e6b05b60cb69545beb132b
---
M modules/varnish/manifests/zero_update.pp
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/varnish/manifests/zero_update.pp 
b/modules/varnish/manifests/zero_update.pp
index 3f7bd11..74eac84 100644
--- a/modules/varnish/manifests/zero_update.pp
+++ b/modules/varnish/manifests/zero_update.pp
@@ -63,8 +63,7 @@
     }
 
     $m15 = fqdn_rand(15, 'fbba09c80d01946cb219d0c92bd5fb05')
-    $m_ary = [ $m15, ($m15 + 15), ($m15 + 30), ($m15 + 45) ]
-    $minutes = join($m_ary, ",")
+    $minutes = [ $m15, ($m15 + 15), ($m15 + 30), ($m15 + 45) ]
 
     cron { 'zero_update':
         user    => 'netmap',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib266a008fbceeb1487e6b05b60cb69545beb132b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

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

Reply via email to