rut-test-ops/global/overlay/etc/puppet/modules/rut/manifests/init.pp

15 lines
233 B
ObjectPascal
Raw Normal View History

2024-03-01 11:26:29 +00:00
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
}
2024-03-01 12:55:23 +00:00