Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$extract = true,
$source = undef,
$filename = undef,
$installer_root = $::db2::workspace,
Stdlib::Absolutepath $installer_root = $::db2::workspace,
$installer_folder = undef,
$install_dest = undef,
$product = 'DB2_SERVER_EDITION',
Expand Down Expand Up @@ -68,14 +68,6 @@
# of installation
$responsefile="${installer_root}/${name}.rsp"


# Validate paths and filenames
#
validate_absolute_path($installer_root)
validate_absolute_path($binpath)
validate_absolute_path($responsefile)


# Extraction of tarball, if $extract is true
#
if $extract {
Expand Down
9 changes: 4 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "crayfishx/db2",
"name": "crayfishx-db2",
"version": "1.3.1",
"author": "crayfishx",
"summary": "Manage DB2 server and client installation and instances",
Expand Down Expand Up @@ -32,9 +32,8 @@
"project_page": "https://github.com/crayfishx/puppet-db2",
"issues_url": "https://github.com/crayfishx/puppet-db2/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 5.0.0"},
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 2.0.0"}
],
"data_provider": null
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 10.0.0"},
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 8.0.0"}
]
}