Puppet Class: db2_profile::database::setup
- Defined in:
- manifests/database/setup.pp
Summary
Do the required setup for db2_configOverview
db2_profile::database::setup
See the file “LICENSE” for the full license governing this code.
8 9 10 11 |
# File 'manifests/database/setup.pp', line 8
class db2_profile::database::setup (
) {
contain db2_config
}
|