torhackr
torhackr
**UPDATE**: I manually downloaded the file in the link (https://app.vagrantup.com/secgen/boxes/debian_wheezy_puppet/versions/1.0.0/providers/virtualbox.box), renamed it to `virtualbox.box`, then (from the SecGen root directory) ran the command `vagrant box add ./virtualbox.box --name 'modules_bases_debian_puppet_32'`. After...
Tried running `ruby secgen.rb build-vms --project projects/SecGen20180418_1702` and got the following result: ``` torhackr@DevBox:~/SecGen$ ruby secgen.rb build-vms --project projects/SecGen20180418_1702 WARNING: Nokogiri was built against LibXML version 2.9.7, but has dynamically...
I noticed the 'No such file or directory' error in the last execution, so I tried using an absolute path. ``` torhackr@DevBox:~/SecGen$ ruby secgen.rb build-vms --project ~/SecGen/projects/SecGen20180418_1702/ WARNING: Nokogiri was...
This time I changed directories into the project directory and tried `vagrant up`. Here's the result: ``` torhackr@DevBox:~/SecGen/projects/SecGen20180418_1702$ vagrant up Bringing machine 'escalation' up with 'virtualbox' provider... ==> escalation: Importing...
~~Now my only question is... How do I package this up for distribution?~~ Derp. I opened VirtualBox, and there it was, just waiting for an export to ova. :smile:
Here are the steps I took to solve the problem: 1. Download the box from the link provided (https://app.vagrantup.com/secgen/boxes/debian_wheezy_puppet/versions/1.0.0/providers/virtualbox.box) 2. Save it in the SecGen root directory. 3. Run `vagrant...