rut-test-ops/global/overlay/etc/puppet/modules/rut/manifests/init.pp
2024-03-01 13:55:23 +01:00

15 lines
233 B
Puppet

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
}