few changes

1. symlink for cosmos-site.pp
2. infra cert class for all the servers
This commit is contained in:
Maria Haider 2024-11-20 14:42:27 +01:00
parent ef19309a0e
commit abc0f259a2
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D
3 changed files with 7 additions and 0 deletions

1
cosmos-site.pp Symbolic link
View file

@ -0,0 +1 @@
global/overlay/etc/puppet/manifests/cosmos-site.pp

View file

@ -1,6 +1,7 @@
# Note that the matching is done with re.match() # Note that the matching is done with re.match()
.*\.sunet\.se$: .*\.sunet\.se$:
net: net:
infra_ca_rp:
sunet::nagios::nrpe: sunet::nagios::nrpe:
checks: checks:
- nrpe_check_apt - nrpe_check_apt

View file

@ -49,3 +49,8 @@ node default {
# proto => "tcp" # proto => "tcp"
# } # }
#} #}
# infra ca rp class
class infra_ca_rp {
sunet::ici_ca::rp { 'infra': }
}