added missing modules

This commit is contained in:
Rasmus Thorslund 2024-05-31 12:25:04 +02:00
parent be2a181a9a
commit 742b12212a
No known key found for this signature in database
GPG key ID: 502D33332E9E305D
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Everything is awesome!
class rut::infra_ca_rp {
sunet::ici_ca::rp { 'infra': }
}

View file

@ -0,0 +1,15 @@
class rut {
include sunet::motd
sunet::ssh_keys { 'rutops':
config => safe_hiera('rutops_ssh_keys', {})
}
sunet::ssh_keys { 'sunetops':
config => safe_hiera('sunetops_ssh_keys', {})
}
include sunet::rsyslog
include sunet::nagios::nrpe
}