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

Method ActivateStage

lib/remote/configpackageutility.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ConfigPackageUtility::ActivateStage(const String& packageName, const String& stageName)
160{
161 SetActiveStage(packageName, stageName);
162
163 WritePackageConfig(packageName);
164}
165
166void ConfigPackageUtility::TryActivateStageCallback(const ProcessResult& pr, const String& packageName, const String& stageName,
167 bool activate, bool reload, const Shared<Defer>::Ptr& resetPackageUpdates)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected