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

11 lines
160 B
Plaintext

# -*- mode: snippet -*-
# name: python
# key: python
# --
python "${1:install something}" do
user "${2:root}"
cwd "${3:/tmp}"
code <<-EOH
$0
EOH
end