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