From 9007184af978000fe32dd334d59f4c302f13179e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 18 Oct 2025 21:33:24 +1100 Subject: [PATCH] feat: migrate puppetdb -> openvoxdb - ensure the openvoxdb package is installed --- site/profiles/manifests/puppet/puppetdb_api.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/site/profiles/manifests/puppet/puppetdb_api.pp b/site/profiles/manifests/puppet/puppetdb_api.pp index 60cc180..c026772 100644 --- a/site/profiles/manifests/puppet/puppetdb_api.pp +++ b/site/profiles/manifests/puppet/puppetdb_api.pp @@ -44,6 +44,7 @@ class profiles::puppet::puppetdb_api ( database_name => $database_name, database_password => Sensitive($database_password), database_validate => $database_validate, + puppetdb_package => 'openvoxdb', } contain ::puppetdb::server