Class: Arkenstone::Forge

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/arkenstone/forge.rb

Constant Summary collapse

PROVISIONERS =
%w(ansible).freeze

Instance Method Summary collapse

Instance Method Details

#new(app_path) ⇒ Object



22
23
24
25
26
# File 'lib/arkenstone/forge.rb', line 22

def new(app_path)
  @app_path = app_path
  vagrant
  provisioner
end