Browse Source

network.dpdk: Make dpdk kmod persistent

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
pull/145/head
Alexandru Avadanii 6 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

@@ -9,6 +9,7 @@ linux_dpdk_pkgs:
linux_dpdk_kernel_module:
kmod.present:
- name: {{ network.dpdk.driver }}
- persist: true
- require:
- pkg: linux_dpdk_pkgs
- require_in:

Loading…
Cancel
Save