my-emacs-d/elpa/yasnippet-20160924.2001/snippets/chef-mode/cron

10 lines
139 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: cron
# key: cron
# --
cron "${1:name}" do
hour "${2:5}"
minute "${3:0}"
command "${4:/bin/true}"
end