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) }