feat: migrate puppetserver -> openvox-server
- set openvox-server as the package to install - set termini package to openvoxdb-termini
This commit is contained in:
parent
8bed80eac8
commit
ee1a92acbd
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
profiles::packages::include:
|
profiles::packages::include:
|
||||||
puppetserver: {}
|
openvox-server: {}
|
||||||
|
|||||||
@ -23,6 +23,7 @@ class profiles::puppet::puppetmaster (
|
|||||||
class { 'puppetdb::master::config':
|
class { 'puppetdb::master::config':
|
||||||
puppetdb_server => $puppetdb_host,
|
puppetdb_server => $puppetdb_host,
|
||||||
manage_storeconfigs => false,
|
manage_storeconfigs => false,
|
||||||
|
terminus_package => 'openvoxdb-termini',
|
||||||
}
|
}
|
||||||
|
|
||||||
Package['puppetserver']
|
Package['puppetserver']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user