tomjn / vagrant-tart-ruby

Tart provider for vagrant using Ruby API
MIT License
16 stars 1 forks source link

provisioner Driver/Action #4

Open tomjn opened 1 year ago

tomjn commented 1 year ago

There aren't any SSH actions and no SSH script yet. This will be necessary for basic provisioners

tomjn commented 1 year ago

Based on how we're doing actions, we need an action that runs a shellscript, that then SSH's into the Tart VM to run the command or script

tomjn commented 1 year ago

We need:

tomjn commented 1 year ago

Related: https://github.com/cirruslabs/tart/issues/304