Dennis Camera
984e0dc8c4
[explorer/os_release] Add fallbacks to /usr/lib/os-release and /var/run/os-release
5 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.
5 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.
5 years ago
Nico Schottelius
f3237e5d76
[consul agent] add support for Debian 10
5 years ago
Ander Punnar
1fbd2fc2bd
__acl: add --file and --directory for convenience
5 years ago
Ander Punnar
e1ac97b6a5
__acl: add --source
5 years ago
Ander Punnar
65c5b592a5
__apt_unattended_upgrades: update manual
5 years ago
Ander Punnar
6097cd9e90
__apt_unattended_upgrades: use word expansions
5 years ago
Timothée Floure
ef2f4b9a00
__postgres_*: fix forgotten edge cases in delimited identifier escape
5 years ago
Ander Punnar
6fa0d687f7
__apt_unattended_upgrades: alternative approach
5 years ago
Ander Punnar
f5f70671cb
__apt_unattended_upgrades: make parameters more speaking
5 years ago
Dennis Camera
5a9a1ba57f
[__line] Produce error when file does not exist
5 years ago
Ander Punnar
b3f36dbe5b
__apt_unattended_upgrades: fix typo
5 years ago
Ander Punnar
cd24a806e7
__apt_unattended_upgrades: rewrite manifest, add more parameters
5 years ago
Ander Punnar
68e5502fce
__apt_unattended_upgrades: move debian wiki link to manual
5 years ago
Ander Punnar
cd2d5b3f79
__apt_unattended_upgrades: all objects depend on package
5 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.
5 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.
5 years ago
Dennis Camera
629d0795c8
[__line] Always add line to end if anchor is not found
5 years ago
Dennis Camera
93ec4b46aa
[__line] Ensure the line is only added once
5 years ago
Darko Poljak
3258fc98e1
Fix typo
5 years ago
Darko Poljak
3f133dbc17
Info command: support tilde expansion
5 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.
5 years ago
Ander Punnar
d4bd49bbb5
__acl: rename --acl to --entry for the sake of consistency, add compatibility
5 years ago
Ander Punnar
ec8d9571f9
__apt_unattended_upgrades: add manual
5 years ago
Ander Punnar
a9d491f998
__apt_unattended_upgrades: add license header
5 years ago
Ander Punnar
94e32dcd78
__apt_unattended_upgrades: initial commit
5 years ago
Darko Poljak
e4596593c0
Add cdist info command
5 years ago
Ander Punnar
4329cced82
__mysql_privileges: add manual
5 years ago
Ander Punnar
5e8dc7122d
__mysql_user: add manual
5 years ago
Ander Punnar
fcc774cb7b
__mysql_database: add manual
5 years ago
Ander Punnar
24862e0208
__mysql_database: carry over state
5 years ago
Ander Punnar
9a693537f4
__mysql_*: add license headers
5 years ago
Ander Punnar
c32e4040b1
__mysql_*: initial rewrite
5 years ago
Timothée Floure
beb930c0dc
__postgres_*: use delimited identifiers (double quoted) in generated SQL
5 years ago
Steven Armstrong
df05abd15b
bugfix: __install_chroot_umount was not using __chroot_umount/manifest
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
5 years ago
Nico Schottelius
f407e8825f
[consul/alpine] no init script required to be deployed anymore
5 years ago
Darko Poljak
bd4eee7925
Fix shellcheck reported issues
5 years ago
Evilham
3ba230c10d
[type-docs] __start_on_boot: remove unspported *BSD claim.
...
The type appears to support {Open,Free}BSD properly.
5 years ago
Evilham
35f0d4dbfa
[new-type] __openldap_server: another documentation typo.
5 years ago
Evilham
79d58f0813
[new-type] __openldap_server: fix docs / dependency.
...
It's nicer to have slapd_flags after slapd_enable in rc.conf on freebsd.
5 years ago
Evilham
22c5cd550b
[new-type] __openldap_server: first public version.
...
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.
5 years ago
Evilham
42914d26c5
[new-type] __openldap_server: sudo make nico.happy.
5 years ago
Evilham
1ad605a509
[new-type] __openldap_server: Add admin-email parameter.
5 years ago
Evilham
fd430eab62
[new-type] __openldap_server: Add a "schema" optional parameter.
5 years ago
Evilham
bee95efa43
[new-type] __openldap_server
...
Originally developed at ungleich and improved for Open Sourcing by Evilham.
5 years ago
Darko Poljak
4735df1bed
Add plugins-dir preos option
5 years ago
Darko Poljak
f22349ce8a
Fix documentation for install types
...
Fixes gitlab #790 .
5 years ago
Evilham
4f21bf534d
[docs] PreOS: English nitpicking.
5 years ago
Dominique Roux
d25c72e678
[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type
5 years ago