Pyoungmeister has submitted this change and it was merged.

Change subject: Revert "correct my invocation of fqdn_rand"
......................................................................


Revert "correct my invocation of fqdn_rand"

This reverts commit 7a5da48c3137a3f274b3da8b1d8c0bd3432a8b05

Change-Id: I4158b113a05a5fdf75b450de1615a408a216c8a9
---
M templates/base/puppet.cron.erb
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/templates/base/puppet.cron.erb b/templates/base/puppet.cron.erb
index 5885b01..abbb564 100644
--- a/templates/base/puppet.cron.erb
+++ b/templates/base/puppet.cron.erb
@@ -1,4 +1,4 @@
 ## This file is managed by Puppet!
 ## templates/base/puppet.cron.erb
-<% $crontime = scope.fqdn_rand(30) %>
+<% $crontime = fqdn_rand(30) %>
 <%= $crontime %>,<%= $crontime+30 %> * * * * root timeout -k 300 1800 puppet 
agent --onetime --verbose --no-daemonize --no-splay --show_diff >> 
/var/log/puppet.log 2>&1
\ No newline at end of file

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

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

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

Reply via email to