aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/host/sriov.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host/sriov.pp')
-rw-r--r--manifests/host/sriov.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/host/sriov.pp b/manifests/host/sriov.pp
index a30db42..b94c472 100644
--- a/manifests/host/sriov.pp
+++ b/manifests/host/sriov.pp
@@ -21,7 +21,8 @@ class tripleo::host::sriov (
# the numvfs configuration needs to be persisted for every boot
tripleo::host::sriov::numvfs_persistence {'persistent_numvfs':
vf_defs => $number_of_vfs,
- content_string => "#!/bin/bash\n"
+ content_string => "#!/bin/bash\n",
+ udev_rules => ''
}
}
}