Directory items

directories = {
    "/path/to/directory": {
        "mode": "0644",
        "owner": "root",
        "group": "root",
    },
}

Attribute reference

See also: The list of generic builtin item attributes


group

Name of the group this directory belongs to. Defaults to None (don't care about group).


mode

Directory mode as returned by stat -c %a <directory>. Defaults to None (don't care about mode).


owner

Username of the directory's owner. Defaults to None (don't care about owner).


purge

Set this to True to remove everything from this directory that is not managed by BundleWrap. Defaults to False.