Add infra certs.
This commit is contained in:
parent
cfd802ba16
commit
dcb32f7efb
|
@ -4,6 +4,7 @@
|
||||||
rut:
|
rut:
|
||||||
|
|
||||||
'^internal-sto4-test-k8sm-[0-9].rut.sunet.se$':
|
'^internal-sto4-test-k8sm-[0-9].rut.sunet.se$':
|
||||||
|
rut::infra_ca_rp:
|
||||||
sunet::microk8s::node:
|
sunet::microk8s::node:
|
||||||
channel: 1.29/stable
|
channel: 1.29/stable
|
||||||
sunet::frontend::register_sites:
|
sunet::frontend::register_sites:
|
||||||
|
|
|
@ -20,7 +20,9 @@ Exec {
|
||||||
node default {
|
node default {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
class infra_ca_rp {
|
||||||
|
sunet::ici_ca::rp { 'infra': }
|
||||||
|
}
|
||||||
# edit and uncomment to manage ssh root keys in a simple way
|
# edit and uncomment to manage ssh root keys in a simple way
|
||||||
|
|
||||||
#class { 'cosmos::access':
|
#class { 'cosmos::access':
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Everything is awesome!
|
||||||
|
class rut::infra_ca_rp {
|
||||||
|
sunet::ici_ca::rp { 'infra': }
|
||||||
|
}
|
|
@ -11,3 +11,4 @@ class rut {
|
||||||
|
|
||||||
include sunet::rsyslog
|
include sunet::rsyslog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue