Commit Graph

6559 Commits (b31e13eacf2cb23e6a7bdadc33741026ae88553a)
 

Author SHA1 Message Date
ander f771840178 __mysql_privileges: fix typo 3 years ago
ander b7483d73eb __mysql_privileges: fix shellcheck 3 years ago
ander 710e99f240 __mysql_privileges: fix quoting 3 years ago
Nico Schottelius bcefeb240c add note about IPv6, because people ask 3 years ago
ander b3bad9468d __package_apt: pkgcache.bin may not exist 3 years ago
ander 08d5814e2c __package_apt: update index cache, on installation, when it is older than one day 3 years ago
Darko Poljak 7a5d6d5a7d ++changelog 3 years ago
poljakowski 0edda3b528 Merge branch 'no-stat-patch' into 'master'
__file/__directory: Patch for systems without stat(1)

See merge request ungleich-public/cdist!839
3 years ago
poljakowski 6291352136 Merge branch 'os-release-fallbacks' into 'master'
explorer/os_release: Add fallbacks

See merge request ungleich-public/cdist!840
3 years ago
Dennis Camera 984e0dc8c4 [explorer/os_release] Add fallbacks to /usr/lib/os-release and /var/run/os-release 3 years ago
Dennis Camera 3b5433d63a [__directory] stat explorer patch for systems without stat(1)
Some embedded systems (like OpenWrt) do not ship a stat(1) binary.
This workaround parses the output of ls(1) and /etc/passwd, /etc/group to
gather the information needed.
3 years ago
Dennis Camera e82dd35869 [__file] stat explorer patch for systems without stat(1)
Some embedded systems (like OpenWrt) do not ship a stat(1) binary.
This workaround parses the output of ls(1) and /etc/passwd, /etc/group to
gather the information needed.
3 years ago
Nico Schottelius 0f420993e1 ++ changelog update 3 years ago
Nico Schottelius 2d8afe0d16 Merge branch 'master' of code.ungleich.ch:ungleich-public/cdist 3 years ago
Nico Schottelius f3237e5d76 [consul agent] add support for Debian 10 3 years ago
matze e5d86ffc93 Fix to remove cronjobs when the cronjob expression did not match. 3 years ago
Dennis Camera 4fe2dcba89 [explorer/init] Linux is a mess... 3 years ago
Dennis Camera de1a421b68 [explorer/init] Support for Darwin and more BusyBox combinations 3 years ago
Darko Poljak 87f30b6053 Update sphinx docs copyright year 3 years ago
Darko Poljak 8f12a4c505 Release 6.5.0 3 years ago
Darko Poljak 4e8ccd9b78 ++changelog 3 years ago
poljakowski f7a5ac5f7a Merge branch '__acl_file_directory_params' into 'master'
__acl: add --file and --directory for convenience

See merge request ungleich-public/cdist!836
3 years ago
ander 1fbd2fc2bd __acl: add --file and --directory for convenience 3 years ago
Darko Poljak 5089f9055e ++changelog 3 years ago
poljakowski 138a449008 Merge branch '__acl_source_parameter' into 'master'
__acl: add --source

See merge request ungleich-public/cdist!835
3 years ago
ander e1ac97b6a5 __acl: add --source 3 years ago
Darko Poljak 45890cc7e4 ++changelog 3 years ago
Darko Poljak ffb3c003ca Merge branch 'ssrq/cdist-line-patches' 3 years ago
Darko Poljak e292c9f124 ++changelog 3 years ago
poljakowski efdeab61f3 Merge branch '__apt_unattended_upgrades' into 'master'
__apt_unattended_upgrades

See merge request ungleich-public/cdist!828
3 years ago
poljakowski a518134bfa Merge branch 'master' into 'master'
__postgres_*: fix forgotten edge cases in delimited identifier escape

See merge request ungleich-public/cdist!833
3 years ago
ander 65c5b592a5 __apt_unattended_upgrades: update manual 3 years ago
ander 6097cd9e90 __apt_unattended_upgrades: use word expansions 3 years ago
fnux ef2f4b9a00 __postgres_*: fix forgotten edge cases in delimited identifier escape 3 years ago
ander 6fa0d687f7 __apt_unattended_upgrades: alternative approach 3 years ago
ander f5f70671cb __apt_unattended_upgrades: make parameters more speaking 3 years ago
Dennis Camera 5a9a1ba57f [__line] Produce error when file does not exist 3 years ago
ander b3f36dbe5b __apt_unattended_upgrades: fix typo 3 years ago
ander cd24a806e7 __apt_unattended_upgrades: rewrite manifest, add more parameters 3 years ago
Dennis Camera 2cf44c66d4 [__directory] Add --state exists and --state pre-exists 3 years ago
ander 68e5502fce __apt_unattended_upgrades: move debian wiki link to manual 3 years ago
ander cd2d5b3f79 __apt_unattended_upgrades: all objects depend on package 3 years ago
Dennis Camera 51b1b11cc2 [__line/state] Logic fixes in explorer
This commit fixes the incorrectly reported state "wrongposition" if position is
"after" and anchor is present in the file but the line missing.
3 years ago
Dennis Camera 4cdb8aaa03 [__line/state] Make sure the index match is at the beginning
Without the == 1 all lines which contain --line as a substring match.  e.g. if
--line is "line" and the file contains the line "wrong line" this was considered
a match.
3 years ago
Dennis Camera 629d0795c8 [__line] Always add line to end if anchor is not found 3 years ago
Dennis Camera 93ec4b46aa [__line] Ensure the line is only added once 3 years ago
Darko Poljak 3258fc98e1 Fix typo 3 years ago
Darko Poljak 3f133dbc17 Info command: support tilde expansion 3 years ago
Darko Poljak 11f569959d Fix missing configuration file usage, support -g
PreOS code did not use configuration support. This fix adds support
for using cdist configuration, which takes into account cdist
configuration file, environment variables and command line options,
especially conf_dir.

It also adds support for -g, --config-file option, for specifying
custom configuration file.
3 years ago
Darko Poljak 51ba4a49d8 ++changelog 3 years ago