Files

14 lines
211 B
Plaintext

---
functions:
inherit:
- code: |-
echo '...' >Vagrantfile
vagrant up
comment: |-
This allows to run Ruby code (`...`).
contexts:
sudo:
unprivileged:
from: ruby
...