unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/chef-mode/role

13 lines
235 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: role
# key: role
# --
name "${1:role name}"
description "${2:Description for the role}"
env_run_lists "${3:role name}" => [
]
run_list ""
default_attributes(
${4::attribute => "example"}
)