Skip to content

Commit

Permalink
Bump version and actually upgrade eXistdb this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjhallettuob committed Jan 24, 2020
1 parent 3c7241f commit 18fa738
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.5'
mod 'jonhallettuob-existdb', '0.3.6'
```

To install eXistdb and start it as a service with default parameters:
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.1',
$exist_revision = 'eXist-5.2.0',
$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.5",
"version": "0.3.6",
"author": "jonhallettuob",
"summary": "A module to install the eXist database as a service",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 18fa738

Please sign in to comment.