database::db software
Overview
This class installs the IBM DB2 sofware on your system.
Attributes
Attribute Name | Short Description |
---|---|
file_name | The file containing the install kit for the DB2 software. |
location | |
source | The location of the DB2 software. |
version | The version to be installed. |
file_name
The file containing the install kit for the DB2 software.
Type: String[1]
Back to overview of database::db_software
location
The locatin where the DB2 sofware is or will be installed. Type: Stdlib::Absolutepath
Back to overview of database::db_software
source
The location of the DB2 software.
Here is an example on how to use this:
class { '::db2_install::...':
...
source => '/software',
...
}
Type: String[1]
Back to overview of database::db_software
version
The version to be installed. Here is an example on how to use this:
class { '::db2_install::software':
...
version => '11.0.0.0',
...
}
Type: Db2_Install::Version