Revert "add db2_server role and profile"

This reverts commit 58103e4ef4.
This commit is contained in:
Iristyle 2019-12-03 11:16:31 -08:00 committed by Nick Walker
parent f992c8c96d
commit c52c39d245
2 changed files with 0 additions and 22 deletions

View File

@ -1,18 +0,0 @@
# 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'),
}
}

View File

@ -1,4 +0,0 @@
# db2 server role
class role::db2_server {
include profile::db2_server
}