git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormail_redacted_for_web 2021-12-13 09:02:01 +0100
committermail_redacted_for_web 2021-12-13 09:02:01 +0100
commitd911899c65e7c5441faeb5fe89e0e7eec83b3763 (patch)
treebe615542ac792c8df7637d151ab5315d0ee69aac /.gitignore
parent1ee6fb2719b44650e5b012945ce8710a7ac98f5b (diff)
downloadansible-d911899c65e7c5441faeb5fe89e0e7eec83b3763.tar.bz2
2 is kernel reboot, so this was right
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
control-repo-template-c52c39d245c050289e11aefb81588a337a5c4120.tar.bz2
Revert "add db2_server role and profile"
This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb.
Diffstat (limited to 'site-modules/profile/manifests')
-rw-r--r--site-modules/profile/manifests/db2_server.pp18
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'),
- }
-}