MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetConfdPath

Method GetConfdPath

lib/cli/apisetuputility.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace icinga;
26
27String ApiSetupUtility::GetConfdPath()
28{
29 return Configuration::ConfigDir + "/conf.d";
30}
31
32String ApiSetupUtility::GetApiUsersConfPath()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected