https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 1ee312474745db5a87ddde79ab94997325ca50b5 authored by Alex Monk on 05 April 2016, 22:56:32 UTC
Send www.wikipedia.org/apple-app-site-association to the right file without an external redirect
Tip revision: 1ee3124
.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