puppet-prod/site/roles/manifests/infra/mpls/rr.pp
Ben Vincent f4ac1f2000 feat: manage route-reflectors
- add route-reflector role and hieradata
- enable using dhcp in networkd
- add hieradata/node/* entries for route-reflectors
2025-04-26 00:22:49 +10:00

11 lines
239 B
Puppet

# a role to manage mpls route-reflectors
class roles::infra::mpls::rr {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}