Browse Source

network.dpdk: Make dpdk kmod persistent

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
pull/145/head
Alexandru Avadanii 7 years ago
parent
commit
305b6b0ae4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      linux/network/dpdk.sls

+ 1
- 0
linux/network/dpdk.sls View File

linux_dpdk_kernel_module: linux_dpdk_kernel_module:
kmod.present: kmod.present:
- name: {{ network.dpdk.driver }} - name: {{ network.dpdk.driver }}
- persist: true
- require: - require:
- pkg: linux_dpdk_pkgs - pkg: linux_dpdk_pkgs
- require_in: - require_in:

Loading…
Cancel
Save