fuel-plugin-nsx-t/deployment_scripts/puppet/manifests/install-nsx-plugin.pp

9 lines
143 B
Puppet

notice('fuel-plugin-nsx-t: install-nsx-plugin.pp')
include ::nsxt::params
package { $::nsxt::params::plugin_package:
ensure => present,
}