include munin::master
}
- #if getfromhash($site::nodeinfo, 'nagiosmaster') {
+ if getfromhash($site::nodeinfo, 'nagiosmaster') {
# include nagios::server
- #}
+ ssl::service { 'nagios.debian.org':
+ notify => Service['apache2'],
+ }
+ }
if getfromhash($site::nodeinfo, 'buildd') {
include buildd
}
}
- if $::hostname in [tchaikovsky] {
- ssl::service { 'nagios.debian.org':
- notify => Service['apache2'],
- }
- }
-
if $::hostname in [ullmann] {
ssl::service { 'udd.debian.org':
notify => Service['apache2'],