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

12 lines
185 B
Puppet

# A great class
class net {
include sunet::tools
include sunet::motd
sunet::ssh_keys { 'netops':
config => safe_hiera('netops_ssh_keys', {})
}
include sunet::starship
}