fuel-plugin-nsxv/deployment_scripts/puppet/manifests/haproxy-neutron-config.pp

8 lines
176 B
Puppet

notice('fuel-plugin-nsxv: haproxy-neutron-config.pp')
include openstack::ha::haproxy_restart
class { '::nsxv::haproxy_neutron_config':
notify => Exec['haproxy-restart'],
}