Darko Poljak
213f1b049c
Release 6.5.2
5 years ago
Darko Poljak
da6ccf808e
++changelog
5 years ago
Darko Poljak
4b24d886eb
Merge branch 'file/better-errors' into 'master'
...
[__file] Better errors analogous to __directory
See merge request ungleich-public/cdist!854
5 years ago
Dennis Camera
9eacba06bb
[__file] Treat pre-exists as a special case in gencode-remote as it should never get there
5 years ago
Dennis Camera
46d2487f08
[__file] Give more precise error message when --state pre-exists
5 years ago
Darko Poljak
046f7d0663
++changelog
5 years ago
Darko Poljak
dd6b07d924
Merge branch 'directory-exists' into 'master'
...
[__directory] Add --state exists and --state pre-exists
See merge request ungleich-public/cdist!832
5 years ago
Dennis Camera
6b4b6534a1
[__directory] Give more precise error message when --state pre-exists
5 years ago
Darko Poljak
b2db864eaf
++changelog
5 years ago
Darko Poljak
aa49afd61a
Merge branch 'fix/explorer/disks' into 'master'
...
explorer/disks: Fix on NetBSD and support Linux w/o lsblk
See merge request ungleich-public/cdist!852
5 years ago
Dennis Camera
6db6dc4ac0
[explorer/disks] Add license header
5 years ago
Dennis Camera
1ef126e16f
[explorer/disks] Move xargs call to the bottom
5 years ago
Dennis Camera
d3bd2669ec
[explorer/disks] Support Linux without lsblk (fallback to sysfs)
5 years ago
Darko Poljak
0c49a0afda
Merge branch 'consul-alpine' into 'master'
...
Add support for alpine (edge) package to __consul_agent
See merge request ungleich-public/cdist!851
5 years ago
Timothée Floure
e6f683b886
Add support for alpine (edge) package to __consul_agent
5 years ago
Dennis Camera
c6aba8d189
[explorer/disks] Fix for NetBSD
...
When connecting over SSH and running /bin/sh, the PATH is missing sbin locations.
sysctl is located at /sbin/sysctl on NetBSD.
5 years ago
Darko Poljak
49fc21ec47
++changelog
5 years ago
Darko Poljak
47ec9ada10
Merge branch 'consul_agent' into 'master'
...
Refactor __consul_* for use with distribution packages
See merge request ungleich-public/cdist!837
5 years ago
Darko Poljak
e1b80f7222
Merge branch 'service' into 'master'
...
Add simple __service type
See merge request ungleich-public/cdist!847
5 years ago
Darko Poljak
2a5309b413
Merge branch 'fix/init-explorer/busybox' into 'master'
...
[explorer/init] Support more init systems
See merge request ungleich-public/cdist!850
5 years ago
Dennis Camera
0d6bc8e8f8
[explorer/init] Make shellcheck happy
5 years ago
Dennis Camera
0d84c91b40
[explorer/init] Fix unique() for Solaris
5 years ago
Dennis Camera
364340c8d5
[explorer/init] Refactor and testing
5 years ago
Dennis Camera
d895bb0e87
[explorer/init] Clean up
5 years ago
Dennis Camera
21c9e3db18
[explorer/init] Support more init systems
5 years ago
Nico Schottelius
ceddbd15a0
++changes
5 years ago
Nico Schottelius
2135381038
Merge branch 'master' into 'master'
...
[cdist]Update os_version for alpine
See merge request ungleich-public/cdist!849
5 years ago
Jin-Guk Kwon
28d3760e29
[cdist]Update os_version for alpine
5 years ago
Darko Poljak
1b0caeda13
++changelog
5 years ago
Darko Poljak
44700424ba
Merge branch '__update_alternatives_with_explorer' into 'master'
...
__update_alternatives: add state explorer
See merge request ungleich-public/cdist!848
5 years ago
Ander Punnar
a3bc8f9407
__update_alternatives: remove expired comment
5 years ago
Ander Punnar
b891bb05d5
__update_alternatives: add state explorer
5 years ago
Timothée Floure
09540dc6bd
Add simple __service type
5 years ago
Timothée Floure
31ad1bdaad
Fix various typos and styling errors in __consul_agent, conf-dir
...
explorer
5 years ago
Timothée Floure
f595664924
Patch __consul_* to discover remote consul configuration dir
5 years ago
Timothée Floure
70200cd28f
Refactor __consul_agent type to support distribution packages
5 years ago
Darko Poljak
c09165d122
Fix spelling
5 years ago
Darko Poljak
0640b02f90
Fix too short title underline
5 years ago
Darko Poljak
9f3747cf3f
Release 6.5.1
5 years ago
Darko Poljak
cda77e5e8a
++changelog
5 years ago
Darko Poljak
7acbc8709b
Merge branch 'postgres-role-password' into 'master'
...
Fix password command synthax in __postgres_role
See merge request ungleich-public/cdist!845
5 years ago
Timothée Floure
a1536933ab
Fix password command synthax in __postgres_role
5 years ago
Darko Poljak
58841fc4bf
++changelog
5 years ago
Darko Poljak
221c3820ca
Merge branch 'type/__systemd_service' into 'master'
...
[__systemd_service] new type to manage the state of systemd services
See merge request ungleich-public/cdist!844
5 years ago
Darko Poljak
b898412faf
Merge branch 'fix/__cron' into 'master'
...
[__cron] Fix cronjob removal if `is` and `should` don't match
See merge request ungleich-public/cdist!841
5 years ago
Matthias Stecher
ef089d1c61
[__systemd_service] new type to manage the state of systemd services
5 years ago
Matthias Stecher
5e6e17b3e5
Moved default parameter values from scripts to cdist parameter handling.
...
For more generalisation, the default parameter values are now handled by
cdist instead of trying to get a value and use a default if parameter is
not given.
It handles the default values in a more general way, instead of write
one default in (possibly) multiple places.
Problem occurred when checking the 'state' parameter, which required to
set a default value in two places.
5 years ago
Matthias Stecher
a761d4842c
Add check for the state parameter in manifest.
...
This only allow following cases:
- present
- absent
else, it will abort with an error message.
5 years ago
Darko Poljak
48bff66563
++changelog
5 years ago
Darko Poljak
c8dbd0718e
Merge branch '__package_apt_updates_index' into 'master'
...
__package_apt: update index cache, on installation, when it is older than one day
See merge request ungleich-public/cdist!842
5 years ago