Puppet Class: openstack::profile::firewall
- Defined in:
- manifests/profile/firewall.pp
Overview
1 2 3 4 5 |
# File 'manifests/profile/firewall.pp', line 1
class openstack::profile::firewall {
class { '::openstack::profile::firewall::pre': }
class { '::openstack::profile::firewall::puppet': }
class { '::openstack::profile::firewall::post': }
}
|