Dennis Camera
|
19bf37be1a
|
[type/__postgres_conf] Update man.rst
|
2021-04-15 15:56:15 +02:00 |
|
Dennis Camera
|
686e4f0f2d
|
[type/__postgres_conf] Reverse state logic (decide based on source first)
|
2021-04-15 15:50:03 +02:00 |
|
Dennis Camera
|
bef1433ba3
|
[type/__postgres_conf] Accept empty values
|
2021-04-15 15:50:03 +02:00 |
|
Dennis Camera
|
12c2995494
|
[type/__postgres_conf] Implement complex state compare logic
|
2021-04-15 15:50:02 +02:00 |
|
Dennis Camera
|
e0416403c4
|
[type/__postgres_conf] Add psql_conf_source function to state explorer
|
2021-04-15 15:50:02 +02:00 |
|
Dennis Camera
|
2ccc03fef1
|
[type/__postgres_conf] Add psql_conf_cmp function to state explorer
|
2021-04-15 15:50:02 +02:00 |
|
Dennis Camera
|
92b8942a8c
|
[type/__postgres_conf] Add psql_exec function to state explorer
|
2021-04-15 15:50:02 +02:00 |
|
Dennis Camera
|
0835f414a5
|
[type/__postgres_conf] Extract PostgreSQL service user detection to separate explorer
|
2021-02-16 16:03:23 +01:00 |
|
Dennis Camera
|
6b18cace75
|
[type/__postgres_conf] Catch connection errors early
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
f9ebb4333c
|
[type/__postgres_conf] Add NetBSD PostgreSQL UNIX user
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
4967c7ebbb
|
[type/__postgres_conf] Silence psql output
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
3f605c31ac
|
[type/__postgres_conf] Add support for more init systems to restart service
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
0f2ff47738
|
[type/__postgres_conf] Restart PostgreSQL server based on pending_restart column of pg_settings
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
5051d4f40b
|
[type/__postgres_conf] Catch invalid values
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
891c98567e
|
[type/__postgres_conf] Compare configuration parameter names case insensitively
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
803367b316
|
[type/__postgres_conf] Fix default detection when default is also set in config file
e.g. port is usually also set to the default value in postgresql.conf
|
2021-01-26 14:01:44 +01:00 |
|
Dennis Camera
|
1b49fec972
|
[type/__postgres_conf] Refactor
|
2021-01-26 14:01:43 +01:00 |
|
Beni Ruef
|
b4060720dc
|
[type/__postgres_conf] Fix psql options for ALTER command
|
2021-01-26 14:01:43 +01:00 |
|
Beni Ruef
|
50bcd95105
|
[type/__postgres_conf] Remove faulty quotes
|
2021-01-26 14:01:43 +01:00 |
|
Beni Ruef
|
534d5f6bb5
|
[type/__postgres_conf] Fix errors found by ShellCheck
|
2021-01-26 14:01:43 +01:00 |
|
Beni Ruef
|
c51d68a737
|
[type/__postgres_conf] New type based on ALTER SYSTEM command
|
2021-01-26 14:01:43 +01:00 |
|
Darko Poljak
|
23e0da521c
|
Release 6.9.2
|
2020-11-20 19:46:55 +01:00 |
|
Darko Poljak
|
803a9d62a7
|
++changelog
|
2020-11-20 19:46:03 +01:00 |
|
|
a234445e85
|
Merge branch 'feature/type/__localedef' into 'master'
__localedef: Add new type to replace __locale
See merge request ungleich-public/cdist!951
|
2020-11-20 19:42:52 +01:00 |
|
Darko Poljak
|
82eadb6994
|
++changelog
|
2020-11-19 19:34:43 +01:00 |
|
|
58b28d2d75
|
Merge branch 'feature/type/__sshd_config' into 'master'
__sshd config: New type
See merge request ungleich-public/cdist!958
|
2020-11-19 19:33:49 +01:00 |
|
|
9d4f69250e
|
__sshd config: New type
|
2020-11-19 19:33:47 +01:00 |
|
|
6c539d67af
|
Merge branch 'fix/type/__hostname/fix-os-version-detection' into 'master'
__hostname: fix guessing of SuSE OS version
See merge request ungleich-public/cdist!953
|
2020-11-19 19:31:53 +01:00 |
|
|
d30cd5c2b2
|
Merge branch 'bugfix/in-script-import' into 'master'
Fix importing cdist module
Closes #845
See merge request ungleich-public/cdist!957
|
2020-11-14 15:09:42 +01:00 |
|
Dennis Camera
|
87faffd875
|
[type/__localdef] Also check for aliases in state explorer
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
eeb9871919
|
[type/__localedef] glibc: Also delete aliases when removing a locale
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
575bb62dc5
|
[type/__localedef] Externalise functions to separate files
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
c1c60e3374
|
[type/__localedef] Blacklist OpenBSD and NetBSD
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
dcef2c19f5
|
[type/__localedef] Add support for FreeBSD
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
f44888f192
|
[type/__localedef] Only install dependencies in manifest. OS checking moved to gencode-remote
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
cc29e54b85
|
[type/__localedef] Differentiate between OSes and better handling of normalized locale names
|
2020-11-14 11:45:31 +01:00 |
|
Dennis Camera
|
54e689f7c2
|
[type/__localedef] Add state explorer
|
2020-11-14 10:48:18 +01:00 |
|
Dennis Camera
|
f75d477209
|
Deprecate __locale and replace with __localedef
|
2020-11-14 10:48:18 +01:00 |
|
Darko Poljak
|
76aa00b12e
|
Fix importing cdist module
Resolve #845.
|
2020-11-14 10:23:43 +01:00 |
|
Darko Poljak
|
5092752786
|
Update build helper script in .gitattributes
|
2020-11-14 09:59:30 +01:00 |
|
Darko Poljak
|
a07a458871
|
++changelog
|
2020-11-13 06:43:01 +01:00 |
|
|
105797ccb4
|
Merge branch 'feature/type/__hwclock' into 'master'
__hwclock: New type
See merge request ungleich-public/cdist!956
|
2020-11-13 06:35:58 +01:00 |
|
|
17fb8bb5d5
|
Merge branch 'feature/tests/keep-going' into 'master'
cdist-build-helper shellcheck* keep going
See merge request ungleich-public/cdist!955
|
2020-11-13 06:32:31 +01:00 |
|
|
ac31e95ec0
|
Merge branch 'fix/ci' into 'master'
Make the pipeline green again
See merge request ungleich-public/cdist!954
|
2020-11-13 06:30:37 +01:00 |
|
Dennis Camera
|
ebf471e8d0
|
[type/__hwclock] Add new type
|
2020-11-13 02:32:45 +01:00 |
|
Dennis Camera
|
2f70a8b540
|
[bin/cdist-build-helper] Keep going in shellcheck targets
|
2020-11-11 15:25:46 +01:00 |
|
Dennis Camera
|
c39eb1dbce
|
[cdist.emulator] Fix setting of log level (tests OK)
|
2020-11-11 15:16:33 +01:00 |
|
Dennis Camera
|
0ee3fda94d
|
Fix paths to cdist executable
|
2020-11-11 15:05:04 +01:00 |
|
Dennis Camera
|
f82e0167aa
|
[.gitlab-ci.yml] Make version before other targets
|
2020-11-11 14:49:04 +01:00 |
|
Dennis Camera
|
e2d4f8037a
|
[bin/cdist-build-helper] Fix paths to ex scripts/ scripts
|
2020-11-11 14:45:05 +01:00 |
|