diff options
author | Iristyle <Iristyle@github> | 2019-12-03 11:16:31 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2019-12-03 13:35:22 -0600 |
commit | c52c39d245c050289e11aefb81588a337a5c4120 (patch) | |
tree | 08ca91384fb9818133ab0ab7f05d3d05089c1831 /site-modules/profile/manifests/db2_server.pp | |
parent | f992c8c96def80b722913d9822b793b48ce8a377 (diff) | |
download | control-repo-template-c52c39d245c050289e11aefb81588a337a5c4120.tar.bz2 |
Revert "add db2_server role and profile"
This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb.
Diffstat (limited to 'site-modules/profile/manifests/db2_server.pp')
-rw-r--r-- | site-modules/profile/manifests/db2_server.pp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/site-modules/profile/manifests/db2_server.pp b/site-modules/profile/manifests/db2_server.pp deleted file mode 100644 index 60e83f8..0000000 --- a/site-modules/profile/manifests/db2_server.pp +++ /dev/null @@ -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'), - } -} |