Fix Puppet syntax for puppet-lint

Change-Id: I488c912dea121fa7a2b47755bd1948879a722103
This commit is contained in:
Simon Pasquier 2015-03-25 12:03:46 +01:00
parent 23df41c234
commit 0d683fb11f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class lma_collector::logs::ovs {
decoder => 'ovs',
log_directory => '/var/log/openvswitch',
file_match => '(?P<Service>ovs\-vswitchd|ovsdb\-server)\.log$',
differentiator => "[ 'Service' ]",
differentiator => '[ \'Service\' ]',
require => Heka::Decoder::Sandbox['ovs'],
notify => Class['lma_collector::service'],
}