16 lines
263 B
Puppet
16 lines
263 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
|
|
include sunet::nagios::nrpe
|
|
}
|
|
|