Puppet Class: tcpwrappers::install
- Defined in:
- manifests/install.pp
Overview
This class is called from the main tcpwrappers class for install.
5 6 7 8 9 10 |
# File 'manifests/install.pp', line 5
class tcpwrappers::install {
assert_private()
package { $::tcpwrappers::package_name:
ensure => $::tcpwrappers::package_ensure,
}
}
|