Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 408 Bytes

file.md

File metadata and controls

16 lines (13 loc) · 408 Bytes

file

Create a file.

Key Value Required Default
path String and (not= "") Yes
action #{:create, :delete, :remove, "create", "delete", "remove"} No :create
mode String and (not= "") No
owner String and (not= "") No
group String and (not= "") No

Examples

(file {:path "foobar" :mode "755"})