streams-ops/global/overlay/etc/puppet/manifests/cosmos-site.pp

25 lines
415 B
ObjectPascal
Raw Normal View History

2013-09-02 14:01:50 +00:00
# This manifest is managed using cosmos
2024-10-11 15:35:12 +00:00
class streams {
include sunet::motd
2013-09-02 14:01:50 +00:00
2024-10-11 15:35:12 +00:00
sunet::ssh_keys { 'streamsops':
config => safe_hiera('streams_ssh_keys', {})
}
2013-09-02 14:01:50 +00:00
2024-10-11 15:35:12 +00:00
sunet::ssh_keys { 'sunetops':
config => safe_hiera('sunetops_ssh_keys', {})
}
2013-09-02 14:01:50 +00:00
2024-10-11 15:35:12 +00:00
include sunet::rsyslog
include sunet::nagios::nrpe
2013-09-02 14:01:50 +00:00
}
2024-10-11 15:35:12 +00:00
Exec {
path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
}
2013-09-02 14:01:50 +00:00
2024-10-11 15:35:12 +00:00
node default {
2013-09-02 14:01:50 +00:00
2024-10-11 15:35:12 +00:00
}