Install yasnippet and vala-snippets packages
This commit is contained in:
10
elpa/yasnippet-20160924.2001/snippets/chef-mode/linkf
Normal file
10
elpa/yasnippet-20160924.2001/snippets/chef-mode/linkf
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- 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
|
Reference in New Issue
Block a user