1
vote
2answers
91 views

Vagrant box most similar to Amazon EC2 instances

Are there any 'boxes' available to download for Vagrant that closely mirror the Linux version and packages available for Amazon EC2 instances? I am testing locally using Vagrant, currently using the ...
0
votes
2answers
68 views

Using Puppet to manage shell commands

For example lets attempt to let Puppet install the opengeo-suite. To do something like wget -qO- http://apt.opengeo.org/gpg.key | apt-key add - echo "deb http://apt.opengeo.org/suite/v3/ubuntu lucid ...
2
votes
1answer
248 views

Puppet error: returned 1 instead of one of [0]

When using Puppet, I get error messages like returned 1 instead of one of [0] Is there a way to output/get the actual error message?
0
votes
1answer
1k views

VirtualBox failure building guest additions module

Having trouble installing GuestAdditions in VirtualBox / Vagrant running under Mac OS X 10.8 (Mountain Lion). I haven't worked with VB/Vagrant before nor much with Linux so looking for a little ...
0
votes
1answer
224 views

Linux Container conversion to Vagrant and back

The situation is the following: we have an lxc (linux-container), which contains a Debian Squeeze distribution, built up with a preseed file. We wanted to add some extra packages (packages for the OMF ...