Module `icinga2': notify Service[...] rather than requiring (the whole) Class[...]

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-10 15:36:42 +02:00
parent a5b3601d44
commit 4a2259a0df
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ define icinga2::config ($source) {
source => "${source}/${name}.conf",
owner => 'icinga',
group => 'icinga',
require => Class['icinga2'],
notify => Service['icinga2'],
}
}