mlafeldt / chef-runner

The fastest way to run Chef cookbooks
Apache License 2.0
179 stars 17 forks source link

Improvement: Support for syncfolder #62

Closed aight8 closed 8 years ago

aight8 commented 8 years ago

Instead of rsync all cookbooks, is it possible to use vagrant shared folder functionality?

mlafeldt commented 8 years ago

If you look into the early history of chef-runner -- back when it was just a shell script -- this was actually how things used to work. When I rewrote the tool in Go, I switched to using rsync+ssh because they works universally for all current drivers. (Also, shared folders won't work when specifying a machine's UUID with -M.)