Merge "Add dependency to openvswitch service for adding DPDK_OPTIONS"
This commit is contained in:
commit
ad654fa0ff
@ -93,6 +93,7 @@ class vswitch::dpdk (
|
|||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Redhat': {
|
'Redhat': {
|
||||||
file_line { '/etc/sysconfig/openvswitch':
|
file_line { '/etc/sysconfig/openvswitch':
|
||||||
|
notify => Service['openvswitch'],
|
||||||
path => '/etc/sysconfig/openvswitch',
|
path => '/etc/sysconfig/openvswitch',
|
||||||
match => '^DPDK_OPTIONS.*',
|
match => '^DPDK_OPTIONS.*',
|
||||||
line => $options,
|
line => $options,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user