summary refs log tree commit diff
path: root/nixos/modules/services/misc/exhibitor.nix
Commit message (Collapse)AuthorAge
* treewide: add defaultText for options with simple interpolation defaultspennae2021-12-09
| | | | | | adds defaultText for all options that use `cfg.*` values in their defaults, but only for interpolations with no extra processing (other than toString where necessary)
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | | | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* | treewide: remove redundant quotesvolth2019-08-26
|/
* exhibitor: fix paths for zookeeper shell scripts to point to local foldersDzmitry Sudnik2018-11-14
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* exhibitor: Fix bug with automatic instance managementJoel Thompson2017-07-28
| | | | | | | Exhibitor tests the auto-manage-instances config value to see if it's a non-zero integer, rather than a true/false string, which was getting put into the config before. This now causes autoManageInstances to behave correctly.
* exhibitor: Fix bugs in previous packageJoel Thompson2017-07-21
| | | | | | | | | The previous package didn't build properly due to a bug in the build script, and the nixos module didn't evaluate due to missing descriptions in the options. This fixes both issues. It also adds missing command-line options that weren't able to be set and properly converts bools to the strings exhibitor expects.
* exhibitor: init at 3.4.9Joel Thompson2017-07-21
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor, which is a manager for Apache Zookeeper.