mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Module icinga2_mysql': require
Icinga2::Config[...]' rather than `File[...]'
refs #6842
This commit is contained in:
parent
2576a3bc32
commit
203dddbb24
@ -38,7 +38,7 @@ class icinga2_mysql {
|
|||||||
icinga2::feature { 'ido-mysql':
|
icinga2::feature { 'ido-mysql':
|
||||||
require => [
|
require => [
|
||||||
Mysql::Database::Populate['icinga2'],
|
Mysql::Database::Populate['icinga2'],
|
||||||
File['/etc/icinga2/features-available/ido-mysql.conf']
|
Icinga2::Config['features-available/ido-mysql'],
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user