NAME

abr.conf - configuration file for abr


SYNOPSIS

/etc/abr/abr.conf


DESCRIPTION

abr.conf lists files on the system containing passwords and keys. For each file, various metadata can be specified.

The syntax of abr.conf is YAML. The top-level data structure is a list. Its values are associative arrays, and the available fields for these are described below.

FIELDS

path (required)

Path on the filesystem to this file.

mechanism

Specifies the deployment mechanism for this file. "keyboard" means that it would be appropriate to ask the systems administrator to type the password in. "file" means that it would be appropriate to ask the systems administrator to arrange for the file to appear in the right place themselves. The default is "keyboard".

user

User name which should own the file.

group

Group name which should own the file.

mode

Octal mode for this file. Default is 0400.


COMPATIBILITY

New fields may be added. The meaning of existing fields won't be changed. If fields must be removed, they will be deprecated for a reasonable period first.


SEE ALSO

<http://www.yaml.org/>