Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
176 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: machine
  3. # key: machine
  4. # --
  5. machine "${1:name}" do
  6. role '${2:web}'
  7. recipe '${3:web}'
  8. chef_environment '${4:_default}'
  9. converge true
  10. end