sunzi
sunzi copied to clipboard
Sunzi: Server configuration automation for minimalists
Hi @kenn, `sunzi`'s CI failed with `ruby-head (3.2.0dev)`. https://github.com/kenn/sunzi/pull/45/checks?check_run_id=5319265537 That's because `sunzi` depends on older `thor` (v0.20.x), `thor` at that version uses `open-uri` internally, but `open-uri` was removed since Ruby...
Hi @kenn, I found a small syntax error in the `Vagrantfile ` example. Inner `end` shouldn't be there. ref: [Inline Scripts](https://www.vagrantup.com/docs/provisioning/shell#inline-scripts) ``` $ cat Vagrantfile # -*- mode: ruby -*-...