add db2_server role and profile
This commit is contained in:
parent
bfb2d7a182
commit
58103e4ef4
18
site-modules/profile/manifests/db2_server.pp
Normal file
18
site-modules/profile/manifests/db2_server.pp
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# db2_server preofile
|
||||||
|
class profile::db2_server (
|
||||||
|
) {
|
||||||
|
db2::install { '11.1':
|
||||||
|
source => 'file:///media/db2/v11.1_linuxx64_dec.tar.gz',
|
||||||
|
components => [
|
||||||
|
'ACS',
|
||||||
|
'APPLICATION_DEVELOPMENT_TOOLS',
|
||||||
|
'DB2_SAMPLE_DATABASE ',
|
||||||
|
'BASE_CLIENT',
|
||||||
|
'BASE_DB2_ENGINE',
|
||||||
|
'JAVA_SUPPORT',
|
||||||
|
'SQL_PROCEDURES',
|
||||||
|
'COMMUNICATION_SUPPORT_TCPIP'
|
||||||
|
],
|
||||||
|
license_content => template('db2/license/trial.lic'),
|
||||||
|
}
|
||||||
|
}
|
4
site-modules/role/manifests/db2_server.pp
Normal file
4
site-modules/role/manifests/db2_server.pp
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# db2 server role
|
||||||
|
class role::db2_server {
|
||||||
|
include profile::db2_server
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user