Fixes lint issues now that lint jobs fail properly.

Verify that this can be set to true and is not indeed
requiring a string. If so, add a lint ignore comment.

Change-Id: Ibab89499c6388dc0847dc9f44ed65b23c3871604
This commit is contained in:
Tobias Urdin 2018-12-18 11:18:26 +01:00
parent 07b900301f
commit eeadacfdd9
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class vswitch::dpdk (
}
vs_config { 'other_config:dpdk-init':
value => 'true',
value => true,
require => Service['openvswitch'],
wait => true,
}

View File

@ -76,7 +76,7 @@ class vswitch::ovs(
if $enable_hw_offload {
vs_config { 'other_config:hw-offload':
value => 'true',
value => true,
notify => Service['openvswitch'],
wait => true,
}