Tagged Questions
0
votes
1answer
32 views
Puppet-Labs Apache Module Set Operating System type
I'm new to Puppet and having some trouble with the Puppet-Labs Apache Module http://forge.puppetlabs.com/puppetlabs/apache. I'm using it in conjunction with Vagrant as a serverless setup (if that ...
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 ...
0
votes
1answer
29 views
Is there a way to specify versions for programs using Vagrant and Hosted Chef?
I am trying to improve my development workflow but am running into some major roadblocks. Currently, we develop on local Windows machines running XAMPP then after tested on an individual machine, push ...
0
votes
1answer
139 views
Configuring a static IP, gateway etc with vagrant and puppet
I'm using http://forge.puppetlabs.com/razorsedge/network but I can't configure it properly.
this is my puppetfile.pp
class network {
static { "eth1":
ipaddress => "1.2.3.248",
...
3
votes
1answer
267 views
Vagrant OS X host nfs share permissions error - Failed to set owner to '1000'
I am a Vagrant and Puppet newbie, I have created a Base Box with Debian Squeeze plus standalone Puppet, using the instructions here to install Puppet with the Puppetlabs packages.
The box itself ...
0
votes
1answer
81 views
Puppet require function not doing what I want in node definition
I'm using Puppet (version 2.7.19) with Vagrant to setup a dev box for a project. I have the Puppet classes for all the dependencies I need, however for my Vagrant box I need to run an apt-get update ...
3
votes
1answer
288 views
vagrant and puppet security for ssl certificates
I'm pretty new to vagrant, would someone who knows more about it (and puppet) be able to explain how vagrant deals with the ssl certs needed when making vagrant testing machines that are processing ...
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?
1
vote
2answers
216 views
Minimizing Disk Space for CentOS & Vagrant VM Install
I'm working on building a Base VM for use with a Vagrant, and/or Puppet.
I've done the minimal CentOS 6.3 install 32 bit. It's still a size of approx 800 mb. From what I've found out there people ...
3
votes
1answer
628 views
Veewee, Vagrant, Puppet, Erlang and RabbitMQ
I am kinda stuck with a problem I am trying to wrap my head around for days now.
Here is what I am doing:
By using Veewee, I am creating a VirtualBox image and then I create a Vagrant box from it. ...
0
votes
1answer
262 views
Cannot connect to xdebug over virtual network - Vagrant Virtualbox
I'm trying to set up a development box using Virtualbox / Vagrant / Puppet with the intention of eventually provisioning all my machines up to production. However this is stopping me going forward at ...
1
vote
2answers
580 views
Using a proxy with Vagrant & Puppet
I'm trying to run a puppet manifest which depends on the target machine having proxy settings to access the Internet.
I haven't been able to pass http_proxy_host as Puppet suggests (I believe its a ...
1
vote
1answer
262 views
Why does my defined resource refuse to copy source files listed in an array?
I am attempting to populate some configuration files from modules/apt_config/files using a defined resource and an array of files to install.
define aptfile($file) {
file { $file: source => ...
0
votes
1answer
65 views
Is it possible to run PHP files that are outside of Virtualbox instance?
I use Vagrant and Puppet to recreate my live VPS and I'd like to test my PHP files locally against that. I have osx so during development I use the apache server there, but I'd like to use the same ...
3
votes
3answers
898 views
NFS with encrypted ubuntu home directory
I am having trouble getting NFS setup on with vagrant:
On my local machine I have installed NFS:
apt-get install nfs-common nfs-kernel-server
And in my Vagrantfile set it to be used:
...
3
votes
3answers
423 views
Vagrant / puppet workflow
I'm new to puppet and vagrant, but I'm developing my own Puppet manifests intended to set up a vagrant box. That is, the puppet manifest is in my Vagrant directory on the host machine, and vagrant is ...

