diff --git a/tests/plugins/tail.pp b/tests/plugins/tail.pp index 05454efe5..26d749a6b 100644 --- a/tests/plugins/tail.pp +++ b/tests/plugins/tail.pp @@ -5,16 +5,16 @@ instance => 'exim', matches => [ { - regex => 'S=([1-9][0-9]*)', - dstype => 'CounterAdd', - type => 'ipt_bytes', - instance => 'total', + 'regex' => 'S=([1-9][0-9]*)', + 'dstype' => 'CounterAdd', + 'type' => 'ipt_bytes', + 'instance' => 'total', }, { - regex => '\\', - dstype => 'CounterInc', - type => 'counter', - instance => 'local_user', + 'regex' => '\\', + 'dstype' => 'CounterInc', + 'type' => 'counter', + 'instance' => 'local_user', } ] } @@ -24,10 +24,10 @@ instance => 'auth', matches => [ { - regex => '\\', - dstype => 'CounterInc', - type => 'counter', - instance => 'auth-publickey', + 'regex' => '\\', + 'dstype' => 'CounterInc', + 'type' => 'counter', + 'instance' => 'auth-publickey', } ] }