Skip to content

Commit

Permalink
Merge pull request #3 from jpuskar/0_1_3
Browse files Browse the repository at this point in the history
0.1.3
  • Loading branch information
jpuskar authored Jun 5, 2017
2 parents 140791b + 8b077e0 commit ff807c2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# puppet-cognos changelog

## v0.1.3
+ Fixed install path bug.

## v.0.1.2
+ Changed vagrant box to bento.
+ Installing puppet via vagrant shell due to puppetlabs-concat version dependency.
+ Fixed gateway uri parameter in cogconfig.xml
+ Fixed ulimit too low via new parameter.
+ Updated readme with nginx SSL info.
+ Added ldaps cert management via nsstools.

## v.0.1.1
+ Added support for IPA auth provider.
+ Updates to systemd unit file:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ In addition, it currently does not support:
This module includes a Vagrantfile for easy testing.
Steps to get started:
1. Install vagrant.
1. Install virtualbox.
1. Clone this repo.
1. Stage the Cognos and DB2 binares.
1. Run `vagrant up` in a terminal window from the root of the repo.
1. Install vagrant.
1. Install virtualbox.
1. Clone this repo.
1. Stage the Cognos and DB2 binares.
1. Run `vagrant up` in a terminal window from the root of the repo.

### Staging the binaries
The Cognos installer file must reside in `./puppet-cognos/vagrant` and the db2 installer must be extracted.
Expand Down
6 changes: 2 additions & 4 deletions manifests/install/main.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
}

# Input validation
# TODO: swap to validate_legacy()
#validate_legacy(Optional[String], 'validate_re', $db2::instance_user_password, ['^(?!vagrant$).*$'])
validate_legacy(
Optional[String],
'validate_re',
Expand Down Expand Up @@ -62,8 +60,8 @@

# Install Cognos
$cog_install_cmd = @("END_COG_INSTALL_CMD"/$)
export LAX_DEBUG=true
./${cognos::installer_source_dir}/${cognos::installer_filename} -f ${response_file_name} -i silent
export LAX_DEBUG=true
${cognos::installer_source_dir}/${cognos::installer_filename} -f ${response_file_name} -i silent
| END_COG_INSTALL_CMD

$cog_unless_cmd = @("END_COG_UNLESS_CMD"/$)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpuskar-cognos",
"version": "0.1.2",
"version": "0.1.3",
"author": "jpuskar",
"summary": "Installs and configures Cognos.",
"license": "Apache-2.0",
Expand Down

0 comments on commit ff807c2

Please sign in to comment.