Merge "Add dependency to openvswitch service for adding DPDK_OPTIONS"

This commit is contained in:
Jenkins 2016-12-20 09:20:31 +00:00 committed by Gerrit Code Review
commit ad654fa0ff

View File

@ -93,6 +93,7 @@ class vswitch::dpdk (
case $::osfamily {
'Redhat': {
file_line { '/etc/sysconfig/openvswitch':
notify => Service['openvswitch'],
path => '/etc/sysconfig/openvswitch',
match => '^DPDK_OPTIONS.*',
line => $options,