feat: migrate puppetserver -> openvox-server

- set openvox-server as the package to install
- set termini package to openvoxdb-termini
This commit is contained in:
2025-10-18 21:52:47 +11:00
parent 8bed80eac8
commit f9e92bf898
2 changed files with 3 additions and 2 deletions
@@ -23,9 +23,10 @@ class profiles::puppet::puppetmaster (
class { 'puppetdb::master::config':
puppetdb_server => $puppetdb_host,
manage_storeconfigs => false,
terminus_package => 'openvoxdb-termini',
}
Package['puppetserver']
Package['openvox-server']
-> Class['profiles::puppet::gems']
-> Class['profiles::puppet::r10k']
-> Class['profiles::puppet::g10k']