Skip to content

Commit

Permalink
Upgrade to 5.1.1 and bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjhallettuob committed Dec 9, 2019
1 parent 727aed7 commit 30994d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ mod 'puppetlabs-stdlib','4.25.1'
mod 'puppetlabs-java', '2.1.0'
mod 'puppet-archive', '3.0.0'
mod 'puppet-nginx','0.15.0'
mod 'jonhallettuob-existdb', '0.3.3'
mod 'jonhallettuob-existdb', '0.3.4'
```

To install eXistdb and start it as a service with default parameters:
Expand Down Expand Up @@ -78,8 +78,8 @@ class existdb (
$exist_data = '/var/lib/existdb',
$exist_cache_size = '128M',
$exist_collection_cache_size = '24M',
$exist_revision = 'eXist-5.1.0',
$exist_version = '5.1.0',
$exist_revision = 'eXist-5.1.1',
$exist_version = '5.1.1',
$java_home = '/usr/lib/jvm/jre',
$exist_user = 'existdb',
$exist_group = 'existdb',
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -4,7 +4,7 @@
$exist_data = '/var/lib/existdb',
$exist_cache_size = '128M',
$exist_collection_cache_size = '24M',
$exist_revision = 'eXist-5.1.0',
$exist_revision = 'eXist-5.1.1',
$exist_version = regsubst($exist_revision, '^eXist-', ''),
$java_home = '/usr/lib/jvm/jre',
$exist_user = 'existdb',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "jonhallettuob-existdb",
"version": "0.3.3",
"version": "0.3.4",
"author": "jonhallettuob",
"summary": "A module to install the eXist database as a service",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 30994d1

Please sign in to comment.