mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Revert "s/cibsync/replication/g in icingaapplication lib, loading the right component"
This reverts commit 159e5c79662bacd6ae4c5e0a29c358b1c833149c.
This commit is contained in:
parent
9ec586c16a
commit
2361583308
@ -34,13 +34,13 @@ const String IcingaApplication::DefaultStatePath = "icinga.state";
|
||||
IcingaApplication::IcingaApplication(const Dictionary::Ptr& serializedUpdate)
|
||||
: Application(serializedUpdate)
|
||||
{
|
||||
/* load replication config component */
|
||||
ConfigItemBuilder::Ptr replicationComponentConfig = boost::make_shared<ConfigItemBuilder>();
|
||||
replicationComponentConfig->SetType("Component");
|
||||
replicationComponentConfig->SetName("replication");
|
||||
replicationComponentConfig->SetLocal(true);
|
||||
replicationComponentConfig->Compile()->Commit();
|
||||
replicationComponentConfig.reset();
|
||||
/* load cibsync config component */
|
||||
ConfigItemBuilder::Ptr cibsyncComponentConfig = boost::make_shared<ConfigItemBuilder>();
|
||||
cibsyncComponentConfig->SetType("Component");
|
||||
cibsyncComponentConfig->SetName("cibsync");
|
||||
cibsyncComponentConfig->SetLocal(true);
|
||||
cibsyncComponentConfig->Compile()->Commit();
|
||||
cibsyncComponentConfig.reset();
|
||||
|
||||
/* load convenience config component */
|
||||
ConfigItemBuilder::Ptr convenienceComponentConfig = boost::make_shared<ConfigItemBuilder>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user