Merge branch 'node_setup_no_globals' of github.com:RincewindsHat/icinga2 into node_setup_no_globals

This commit is contained in:
Lorenz Kästle 2025-07-11 11:02:30 +02:00
commit f4aabe7d67

View file

@ -50,8 +50,8 @@ void NodeSetupCommand::InitParameters(boost::program_options::options_descriptio
("accept-config", "Accept config from parent node")
("accept-commands", "Accept commands from parent node")
("master", "Use setup for a master instance")
("global_zones", po::value<std::vector<std::string> >(), "The names of the additional global zones to add to the default ones (if not deactivated).")
("no-default-global-zones", "Do not add the default global-zones 'global-templates' and 'director-global'")
("global_zones", po::value<std::vector<std::string> >(), "The names of the additional global zones to 'global-templates' and 'director-global'.")
("no-default-global-zones", "Do not add the default global zones 'global-templates' and 'director-global'")
("disable-confd", "Disables the conf.d directory during the setup");
hiddenDesc.add_options()