diff options
author | varac <varacanero@zeromail.org> | 2015-12-01 10:25:34 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-12-01 10:25:34 +0100 |
commit | baaa21ca2030cf6065c3012a0576df1958a73f8d (patch) | |
tree | e75608e94740d61b4360ce5a8e86f52394a42bed | |
parent | e7ebaf082f4633961624d3ba95dc103d51e1d401 (diff) |
read @vagrant_basebox var from Leapfile
-rw-r--r-- | lib/leap_cli/leapfile.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/leap_cli/leapfile.rb b/lib/leap_cli/leapfile.rb index c2bc10b..9164d0a 100644 --- a/lib/leap_cli/leapfile.rb +++ b/lib/leap_cli/leapfile.rb @@ -16,6 +16,7 @@ module LeapCli attr_accessor :leap_version attr_accessor :log attr_accessor :vagrant_network + attr_accessor :vagrant_basebox attr_accessor :environment def initialize |