Revision e49b155a903d197788b4bea68abad06ede99813d authored by Moritz Muehlenhoff on 30 May 2017, 14:27:12 UTC, committed by Muehlenhoff on 31 May 2017, 17:08:02 UTC
Initially to be used for revised zookeeper ferm rules restricting
access to those hosts which actually access it. But mid-term the
same definition can be reused by other ferm rules/puppet code as
well.

Change-Id: I4ba4682431ad0d1e808f8d0708de21799aca0458
1 parent 28285f1
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