Talk:Multiple Control Sections

From Cfwiki

Jump to: navigation, search

For me this information was much usefull, I searched for a nice way to put all variables into a disingle file. I need this for my three configuration-servers, which not only needed to configure the network but also to reconfigure themselves if one is failling:

if master fails, slave 2 will be reconfigured as master if slave 1 fails, slave 2 will become slave 1

this way we are fully redundant with our central configuration-repository. but to let cfengin be able to fully reconfigure a server ino another we needed a special configuration and thats why we wanted to "outsource" the variables.

So, this is one example to use multiple control sections.