Method: Cyclid::API::Plugins::Provisioner#prepare

Defined in:
app/cyclid/plugins/provisioner.rb

#prepare(_transport, _buildhost, _env = {}) ⇒ Object

Process the environment, performing all of the steps necasary to configure the host according to the given environment; this can include adding repositories, installing packages etc.



32
33
34
# File 'app/cyclid/plugins/provisioner.rb', line 32

def prepare(_transport, _buildhost, _env = {})
  false
end