Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # Puppet: Adblockplus::Log::Tracker['<%= @title %>'] | |
2 <source> | |
3 @type tail | |
4 @label <%= scope.lookupvar('adblockplus::log::name') %> | |
5 format <%= @format %> | |
6 path <%= @path %> | |
7 pos_file <%= scope.lookupvar('adblockplus::log::index') %> | |
8 tag <%= @name %> | |
9 </source> | |
10 | |
OLD | NEW |