mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Fix CI builds
This commit is contained in:
parent
46163700b4
commit
cc417ca176
@ -269,7 +269,7 @@ void NodeUtility::SerializeObject(std::ostream& fp, const Dictionary::Ptr& objec
|
||||
* Returns true if the include is found, otherwise false
|
||||
*/
|
||||
bool NodeUtility::GetConfigurationIncludeState(const String& value, bool recursive) {
|
||||
String configurationFile = Application::GetConst("ConfigDir") + "/icinga2.conf";
|
||||
String configurationFile = Configuration::ConfigDir + "/icinga2.conf";
|
||||
|
||||
Log(LogInformation, "cli")
|
||||
<< "Reading '" << configurationFile << "'.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user