This is a small feature release that adds support for IBM Installation Manager 1.8.7 and some new parameters for ibm_pkg
- support for IIM 1.8.7 (MODULES-4738)
jdk_package_name
andjdk_package_version
paramters in the ibm_pkg type
- issue for users with non-standard home directories (MODULES-7204)
Supported Release 0.4.0
This is a small feature release that makes several small fixes while at the same time updating the module to comply with the set rubocop rules and PDK convert.
- The module has been updated to comply with the set Rubocop Rules.
- The module has been updated to work with PDK Convert.
- Migrated from stickler to artifactory.
- Error message for 'stopprocs' method fixed.
- Reverted to working version of 'stopprocs' method.
Supported Release 0.3.0
This is a feature release that allows the user to install as non-root.
- ability to install the IIM as a non-root user (FM-6596)
- change to user's home directory when executing imcl commands
- Support for Ubuntu 10.04 and 12.04 but compatibility remains intact.
Supported Release 0.2.5
This small bugfix release that fixes install command options, and module sync changes.
- When user is root, use 'installc' as the installation command
- Many modulesync changes
- Update parallel_tests
- Mocha version update
- Add locales directory structure
Supported Release 0.2.4
This small bugfix release that fixes a failure to append install options
- Fixes a failure to append install options to imcl command
Supported Release 0.2.3
This small bugfix release that fixes a failure to read the install_file
- Fixes a failure to read the install file.
Supported Release 0.2.2
This small bugfix release that fixes an idempotency problem when installing fixpacks
- Fixes idempotency problem when installing fixpacks
Supported Release 0.2.1
This small bugfix release that fixes a potential duplicate resource problem.
- Fixes a possible duplicate resource problem
Supported Release 0.2.0
This release includes feature to manage ibm packages via puppet resource
as well as some bugfixes.
- Adds ability to list
ibm_pkg
resources viapuppet resource
.
- Fixes/improves paramater validation in
ibm_pkg
type. - Complete refactor of
ibm_pkg
provider. - Adds more testing.
- Cleanup of README.