Revision b0d1dcfe15beb95036435322e28e4a092c5e883b authored by Andrew Otto on 08 July 2016, 15:32:45 UTC, committed by Andrew Otto on 08 July 2016, 19:07:12 UTC
This also removes the $kafka_mixed_uri variable since it was only used by the processor for blacklisting topics.

Bug: T133779
Change-Id: Ia49006ea2430313ca89a3099c5348a1e4372189a
1 parent 29929a9
Raw File
.ctags
-h pp
--langdef=puppet
--langmap=puppet:.pp
--languages=puppet
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/c,class/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/s,site/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/n,node/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
back to top