Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Murphy committed Mar 24, 2015
1 parent c2a0b49 commit f656c28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/sharding.pp
Expand Up @@ -14,7 +14,11 @@
}->
mongodb_shard { 'rs1' :
member => 'rs1/mongod1:27018',
keys => [{'rs1.foo' => {'name' => 1}}],
keys => [{
'rs1.foo' => {
'name' => 1
}
}],
}

}
Expand Down

0 comments on commit f656c28

Please sign in to comment.