16 lines
363 B
YAML
16 lines
363 B
YAML
---
|
|
profiles::puppet::server::dns_alt_names:
|
|
- 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
|
|
networking::interfaces:
|
|
eth0:
|
|
ipaddress: 198.18.13.46
|
|
networking::routes:
|
|
default:
|
|
gateway: 198.18.13.254
|