- 12 Dec, 2019 4 commits
-
-
Darko Poljak authored
-
Darko Poljak authored
shellcheck* targets were always reporting exit status 0. With this fix, if shellcheck fails, then build-helper script exits with 1.
-
Darko Poljak authored
-
Darko Poljak authored
-
- 10 Dec, 2019 7 commits
-
-
Darko Poljak authored
-
Darko Poljak authored
[new-type] __openldap_server See merge request !822
-
Darko Poljak authored
[type-docs] __start_on_boot: remove unspported *BSD claim. See merge request !823
-
Evil Ham authored
The type appears to support {Open,Free}BSD properly.
-
Evil Ham authored
-
Evil Ham authored
It's nicer to have slapd_flags after slapd_enable in rc.conf on freebsd.
-
Evil Ham authored
This already takes care of setting up the base DN and managing it as well as allowing for settings for the listener URLS. The type was also made a singleton as it doesn't make much sense to setup multiple LDAP servers on the same machine.
-
- 09 Dec, 2019 7 commits
-
-
Evil Ham authored
-
Evil Ham authored
-
Evil Ham authored
-
Evil Ham authored
Originally developed at ungleich and improved for Open Sourcing by Evilham.
-
Darko Poljak authored
-
Darko Poljak authored
Add conf-dir preos option Closes #794 See merge request !821
-
Darko Poljak authored
-
- 08 Dec, 2019 1 commit
-
-
Darko Poljak authored
Add chapter for installing from source with signature verification. Resolves #795.
-
- 06 Dec, 2019 6 commits
-
-
Darko Poljak authored
-
Darko Poljak authored
[docs] PreOS: English nitpicking See merge request !820
-
Darko Poljak authored
-
Darko Poljak authored
E.g. 16.10. __block 16.11. __ccollect_source 16.12. __cdist 16.13. __cdistmarker 16.14. __check_messages insted of 16.10. cdist-type__block(7) 16.11. cdist-type__ccollect_source(7) 16.12. cdist-type__cdist(7) 16.13. cdist-type__cdistmarker(7) 16.14. cdist-type__check_messages(7)
-
Darko Poljak authored
Resolves #796.
-
Darko Poljak authored
Fixes gitlab #790.
-
- 05 Dec, 2019 2 commits
-
-
-
Evil Ham authored
-
- 04 Dec, 2019 2 commits
-
-
Darko Poljak authored
-
Darko Poljak authored
[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type See merge request !818
-
- 03 Dec, 2019 1 commit
-
-
Dominique Roux authored
-
- 02 Dec, 2019 1 commit
-
-
Darko Poljak authored
-
- 01 Dec, 2019 1 commit
-
-
Darko Poljak authored
-
- 30 Nov, 2019 1 commit
-
-
Darko Poljak authored
-
- 29 Nov, 2019 3 commits
-
-
Darko Poljak authored
-
Darko Poljak authored
Redefine/reimplement CDIST_ORDER_DEPENDENCY See merge request !815
-
Darko Poljak authored
Update documentation.
-
- 27 Nov, 2019 4 commits
-
-
Darko Poljak authored
CDIST_ORDER_DEPENDENCY now defines type order dependency context. cdist (emulator) maintains global state variables, as files, order_dep_state and typeorder_dep, and per object state variable, as file, typeorder_dep. If order_dep_state exists then this defines that order dependency is turned on. If order_dep_state does not exist then order dependency is turned off. If order dependency is on then objects created after it is turned on are recorded into: * global typeorder_dep, in case of init manifest * object's typeorder_dep, in case of type's manifest. If order dependency is on then requirement is injected, where object created before current, is read from: * global typeorder_dep, in case of init manifest * object's typeorder_dep, in case of type's manifest. Every time order dependency is turned off, typeorder_dep files are removed, which means that type order list is cleared, context is cleaned. In the end cdist cleans after itself, i.e. mentioned files are removed. When running type manifest is finished typeorder_dep file is removed. When running config finishes global typeorder_dep and order_dep_state files are removed. Global type order recording is untouched. Furthermore, for completeness, type order is now recorded for each object too.
-
Darko Poljak authored
-
Darko Poljak authored
-
Darko Poljak authored
-