Syntax check fixes

Change-Id: I350559661a4bca8f9b6b748fd8906b795d6af078
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-04-16 14:42:08 +02:00
parent 1a3849bd98
commit fe5a1a828e
2 changed files with 7 additions and 3 deletions

View File

@ -33,7 +33,11 @@ define pcs_fencing::fencing (
'score' => '100',
'boolean' => '',
'expressions' => [
{'attribute'=>"#uname",'operation'=>'ne','value'=>$::pacemaker_hostname},
{
'attribute'=> '#uname',
'operation'=>'ne',
'value'=>$::pacemaker_hostname,
},
],
},
],