Symlink items

symlinks = {
    "/some/symlink": {
        "group": "root",
        "owner": "root",
        "target": "/target/file",
    },
}



Attribute reference

See also: The list of generic builtin item attributes


target

File or directory this symlink points to. This attribute is required.


group

Name of the group this symlink belongs to. Defaults to 'root'. Set to None if you don't want BundleWrap to change whatever is set on the node.


owner

Username of the symlink's owner. Defaults to 'root'. Set to None if you don't want BundleWrap to change whatever is set on the node.