Module `icinga2': notify Service[...] rather than requiring (the whole) Class[...]
refs #6842
This commit is contained in:
parent
a5b3601d44
commit
4a2259a0df
|
@ -27,6 +27,6 @@ define icinga2::config ($source) {
|
||||||
source => "${source}/${name}.conf",
|
source => "${source}/${name}.conf",
|
||||||
owner => 'icinga',
|
owner => 'icinga',
|
||||||
group => 'icinga',
|
group => 'icinga',
|
||||||
require => Class['icinga2'],
|
notify => Service['icinga2'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue