aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-12 03:28:26 +0000
committerGerrit Code Review <review@openstack.org>2017-07-12 03:28:27 +0000
commitd875a57472d6046fd6296758c0299495d1c10f6b (patch)
treede30fff198eacdf129236debf7d00b36385c09f1 /manifests
parentec9aea34c7f520b1a2a9138574bf5ba4f0a6b4c9 (diff)
parentd71697a419f459b8fa4b748a64ac6580b3a82456 (diff)
Merge "Do not fail if PCI device is missing"
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host/sriov.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host/sriov.pp b/manifests/host/sriov.pp
index b94c472..c06796d 100644
--- a/manifests/host/sriov.pp
+++ b/manifests/host/sriov.pp
@@ -16,7 +16,7 @@ class tripleo::host::sriov (
) {
if !empty($number_of_vfs) {
- sriov_vf_config { $number_of_vfs: ensure => present }
+ sriov_vf_config { $number_of_vfs: }
# the numvfs configuration needs to be persisted for every boot
tripleo::host::sriov::numvfs_persistence {'persistent_numvfs':