From 1ac10c277bbe5182748c11de605d6380044bed17 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 6 Nov 2023 09:59:09 -0700 Subject: [PATCH] (role/puppetdb) bump puppetdb to 7.14.0 --- hieradata/role/puppetdb.yaml | 2 +- spec/hosts/roles/puppetdb_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hieradata/role/puppetdb.yaml b/hieradata/role/puppetdb.yaml index eafb067370..d31325980d 100644 --- a/hieradata/role/puppetdb.yaml +++ b/hieradata/role/puppetdb.yaml @@ -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" diff --git a/spec/hosts/roles/puppetdb_spec.rb b/spec/hosts/roles/puppetdb_spec.rb index 7c8535dede..6baeed6cd8 100644 --- a/spec/hosts/roles/puppetdb_spec.rb +++ b/spec/hosts/roles/puppetdb_spec.rb @@ -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) }