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

12 lines
185 B
ObjectPascal
Raw Normal View History

2024-09-20 13:00:35 +00:00
# A great class
2024-09-26 09:36:19 +00:00
class net {
2024-09-20 13:00:35 +00:00
include sunet::tools
include sunet::motd
sunet::ssh_keys { 'netops':
config => safe_hiera('netops_ssh_keys', {})
}
include sunet::starship
}