Skip to content

Commit

Permalink
(role/puppetdb) bump puppetdb to 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Nov 6, 2023
1 parent 111049d commit 1ac10c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hieradata/role/puppetdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ classes:
- "profile::core::puppetdb"

puppetdb::database_listen_address: "localhost"
puppetdb::globals::version: "7.11.0"
puppetdb::globals::version: "7.14.0"
puppetdb::java_args:
"-Xmx": "1g"
"-Xms": "512m"
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/roles/puppetdb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'spec_helper'

PUPPETDB_VERSION = '7.11.0'
PUPPETDB_VERSION = '7.14.0'

shared_examples 'puppetdb' do
it { is_expected.to contain_yum__versionlock('puppetdb').with_version(PUPPETDB_VERSION) }
Expand Down

0 comments on commit 1ac10c2

Please sign in to comment.