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

17 lines
318 B
Puppet

# A great class
class geteduroam {
include sunet::tools
include sunet::motd
sunet::ssh_keys { 'geteduroamops':
config => safe_hiera('geteduroamops_ssh_keys', {})
}
sunet::ssh_keys { 'sunetops':
config => safe_hiera('sunetops_ssh_keys', {})
}
include sunet::rsyslog
include sunet::starship
}