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