database::db software multiple
Overview
This class allows you in install mutiple instances of DB2 sofware on your system.
Attributes
Attribute Name | Short Description |
---|---|
software | |
source | The location of the DB2 software. |
software
A Hash containing the locations you want the software of a fixpeck to be applied to. Type: Hash[String[1],Db2_profile::Sw_def]
Back to overview of database::db_software_multiple
source
The location of the DB2 software.
Here is an example on how to use this:
class { '::db2_install::...':
...
source => '/software',
...
}
Type: String[1]