aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/install.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index 14577a7..bad8ec4 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -22,4 +22,11 @@ class fdio::install {
ensure => present,
require => Yumrepo["fdio-${fdio::repo_branch}"],
}
+
+ if $fdio::vpp_dpdk_support {
+ package { 'vpp-plugins':
+ ensure => present,
+ require => Package['vpp'],
+ }
+ }
}