Skip to content

Commit

Permalink
Merge pull request #967 from lsst-it/IT-4793/puppetdb
Browse files Browse the repository at this point in the history
(role/puppetdb) bump puppetdb to 7.14.0
  • Loading branch information
jhoblitt authored Nov 6, 2023
2 parents 111049d + 1ac10c2 commit f97138b
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 f97138b

Please sign in to comment.