Front end for executing Quattor configuration modules.
To run a well-defined list of configuration modules together with their pre and post-dependencies, do:
$ ncm-ncd --configure <module1> [<module2> ...]
Use the --all
option:
$ ncm-ncd --configure --all
Use the --list
option. It is incompatible with --configure
.
$ ncm-ncd --list
Full help with ncm-ncd --help