feat: migrate puppetserver -> openvox-server

- set openvox-server as the package to install
- set termini package to openvoxdb-termini
This commit is contained in:
Ben Vincent 2025-10-18 21:52:47 +11:00
parent 8bed80eac8
commit ee1a92acbd
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
---
profiles::packages::include:
puppetserver: {}
openvox-server: {}

View File

@ -23,6 +23,7 @@ class profiles::puppet::puppetmaster (
class { 'puppetdb::master::config':
puppetdb_server => $puppetdb_host,
manage_storeconfigs => false,
terminus_package => 'openvoxdb-termini',
}
Package['puppetserver']