Puppet Class: db2_install
- Defined in:
- manifests/init.pp
Summary
The class `db2_install` enables all setup required for efficient facter caching.Overview
db2_install::db2_install
See the file “LICENSE” for the full license governing this code.
10 11 12 |
# File 'manifests/init.pp', line 10
class db2_install () {
include db2_install::fact_caching
}
|