Puppet Class: db2_profile
- Inherited by:
-
db2_profile::database
- Defined in:
- manifests/init.pp
Summary
Common variablesOverview
db2_profile::db2_profile
See the file “LICENSE” for the full license governing this code.
31 32 33 34 35 |
# File 'manifests/init.pp', line 31
class db2_profile (
String[1] $location,
Stdlib::Absolutepath $source,
Db2_Install::Version $version,
) {}
|