All checks were successful
Build / precommit (pull_request) Successful in 3m26s
- move puppetca from vm to lxd - remove old ca host hieradata - ensure this new ca (and all new ca's) can revoke certificates
16 lines
374 B
YAML
16 lines
374 B
YAML
---
|
|
profiles::puppet::server::dns_alt_names:
|
|
- puppetca.main.unkin.net
|
|
- puppetca.service.consul
|
|
- puppetca.query.consul
|
|
- puppetca
|
|
|
|
profiles::ssh::sign::principals:
|
|
- puppetca.main.unkin.net
|
|
- puppetca.service.consul
|
|
- puppetca.query.consul
|
|
- puppetca
|
|
|
|
profiles::puppet::puppetca::is_puppetca: true
|
|
profiles::puppet::puppetca::allow_subject_alt_names: true
|