12 lines
185 B
Puppet
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
|
|
}
|