Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 828 Bytes

item_symlink.rst

File metadata and controls

46 lines (30 loc) · 828 Bytes

Symlink items

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

Attribute reference

The list of generic builtin item attributes <builtin_item_attributes>

Required attributes

target

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

Optional attributes

group

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

owner

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