few changes
1. symlink for cosmos-site.pp 2. infra cert class for all the servers
This commit is contained in:
parent
ef19309a0e
commit
abc0f259a2
1
cosmos-site.pp
Symbolic link
1
cosmos-site.pp
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
global/overlay/etc/puppet/manifests/cosmos-site.pp
|
|
@ -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
|
||||||
|
|
|
@ -49,3 +49,8 @@ node default {
|
||||||
# proto => "tcp"
|
# proto => "tcp"
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
# infra ca rp class
|
||||||
|
class infra_ca_rp {
|
||||||
|
sunet::ici_ca::rp { 'infra': }
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue