mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Merge branch 'node_setup_no_globals' of github.com:RincewindsHat/icinga2 into node_setup_no_globals
This commit is contained in:
commit
f4aabe7d67
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue