Matanya has uploaded a new change for review.
https://gerrit.wikimedia.org/r/107828
Change subject: udp2log: puppet 3 compatibility fix: fully qualify variable
......................................................................
udp2log: puppet 3 compatibility fix: fully qualify variable
Change-Id: I33b0d76d8b599a1e80fd7ac8ec2bcd19e8aa42cf
---
M templates/udp2log/filters.oxygen.erb
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/28/107828/1
diff --git a/templates/udp2log/filters.oxygen.erb
b/templates/udp2log/filters.oxygen.erb
index 66f5327..1d7f12b 100644
--- a/templates/udp2log/filters.oxygen.erb
+++ b/templates/udp2log/filters.oxygen.erb
@@ -24,17 +24,17 @@
pipe 100 /bin/grep -P '<%= mobile_hosts_regex %>' >> <%= log_directory
%>/mobile-sampled-100.tsv.log
### All 5xx error responses -- domas (now using udp-filter instead of
5xx-filter).
-# pipe 1 <%= webrequest_filter_directory %>/5xx-filter | awk -W interactive
'$9 !~ "upload.wikimedia.org|query.php"' >> <%= log_directory %>/5xx.tsv.log
+# pipe 1 <%= role::logging::udp2log::oxygen::webrequest_filter_directory
%>/5xx-filter | awk -W interactive '$9 !~ "upload.wikimedia.org|query.php"' >>
<%= log_directory %>/5xx.tsv.log
pipe 1 /usr/bin/udp-filter -F '\t' -r -s '^5' | awk -W interactive '$9 !~
"upload.wikimedia.org|query.php"' >> <%= log_directory %>/5xx.tsv.log
### Vrije Universiteit
# Contact: <%=
scope.lookupvar('contacts::udp2log::vrije_universiteit_contact') %>
-pipe 10 awk -f <%= webrequest_filter_directory %>/vu.awk | log2udp -h
130.37.198.252 -p 9999
+pipe 10 awk -f <%= role::logging::udp2log::oxygen::webrequest_filter_directory
%>/vu.awk | log2udp -h 130.37.198.252 -p 9999
### University of Minnesota
# Contact: <%=
scope.lookupvar('contacts::udp2log::university_minnesota_contact') %>
# Former Contact: <%=
scope.lookupvar('contacts::udp2log::university_minnesota_contact_former') %>
# Former contact: <%=
scope.lookupvar('contacts::udp2log::university_minnesota_contact_former2') %>
-pipe 10 awk -f <%= webrequest_filter_directory %>/minnesota.awk | log2udp -h
bento.cs.umn.edu -p 9999
+pipe 10 awk -f <%= role::logging::udp2log::oxygen::webrequest_filter_directory
%>/minnesota.awk | log2udp -h bento.cs.umn.edu -p 9999
--
To view, visit https://gerrit.wikimedia.org/r/107828
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33b0d76d8b599a1e80fd7ac8ec2bcd19e8aa42cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits