my-emacs-d/elpa/yasnippet-20160924.2001/snippets/chef-mode/linkf
2016-10-20 10:27:10 +02:00

10 lines
177 B
Plaintext

# -*- mode: snippet -*-
# name: linkf
# key: linkf
# --
link "${1:/tmp/passwd}" do
to "${2:/etc/passwd}"
link_type :${3:symbolic}
owner "${4:root}"
group "${5:root}"
end