docs: It's ignore-*removed*, not ignore-remove
See the code. (We could change the code to match the docs, but I like the extra `d` and it's basically ABI now anyways).
This commit is contained in:
parent
e066834e72
commit
7cb3a01887
@ -103,17 +103,17 @@ Treefile
|
|||||||
Example: `check-groups: { "type": "data", "entries": { "bin": 1, "adm": 4 } }`
|
Example: `check-groups: { "type": "data", "entries": { "bin": 1, "adm": 4 } }`
|
||||||
See also: `ignore-remove-groups`
|
See also: `ignore-remove-groups`
|
||||||
|
|
||||||
* `ignore-remove-users`: Array, optional: Users to ignore if they are missing
|
* `ignore-removed-users`: Array, optional: Users to ignore if they are missing
|
||||||
in the new passwd file. If an entry of `*` is specified then any user can be
|
in the new passwd file. If an entry of `*` is specified then any user can be
|
||||||
removed without failing the compose.
|
removed without failing the compose.
|
||||||
|
|
||||||
Example: `ignore-remove-users: ["avahi-autoipd", "tss"]`
|
Example: `ignore-removed-users: ["avahi-autoipd", "tss"]`
|
||||||
|
|
||||||
* `ignore-remove-groups`: Array, optional: Groups to ignore if they are missing
|
* `ignore-removed-groups`: Array, optional: Groups to ignore if they are missing
|
||||||
in the new group file. If an entry of `*` is specified then any group can be
|
in the new group file. If an entry of `*` is specified then any group can be
|
||||||
removed without failing the compose.
|
removed without failing the compose.
|
||||||
|
|
||||||
Example: `ignore-remove-users: ["avahi"]`
|
Example: `ignore-removed-groups: ["avahi"]`
|
||||||
|
|
||||||
* `automatic_version_prefix`: String, optional: Set the prefix for versions
|
* `automatic_version_prefix`: String, optional: Set the prefix for versions
|
||||||
on the commits. The idea is that if the previous commit on the branch to the
|
on the commits. The idea is that if the previous commit on the branch to the
|
||||||
|
Loading…
Reference in New Issue
Block a user