Method: Souffle::Server#run_instance
- Defined in:
- lib/souffle/server.rb
#run_instance ⇒ Object
Starts a single instance of the provisioner.
56 57 58 59 60 61 |
# File 'lib/souffle/server.rb', line 56 def run_instance Souffle::Log.info "Single instance runs are not currently implemented..." # system = Souffle::System.from_hash(data) # provider = Souffle::Provider.plugin(system.try_opt(:provider)).new # system_tag = provider.create_system(system) end |