Questions tagged [puphpet]

A simple GUI to set up virtual machines for Web development.

PuPHPet is a web application that allows you to easily and quickly generate custom Vagrant and Puppet controlled virtual machines within Vagrant automation tool. It uses Puppet as the provisioning backend.

187 questions
4
votes
3 answers

How to vagrant up ( with puphpet ) on windows 7 x64 with vagrant 1.7.2?

I'm new to vagrant, but I have tried it once a several months ago. Now it just don't get to work, I have generated the puphpet config and downloaded - of course ruby and the puppet gem and virtualbox has been installed - but when I hit vagrant up it…
4
votes
3 answers

Adding VM /etc/host entries that point to host machine with Vagrant and Puphpet

I know how to use vagrant-hostsupdater to add entries into the host's /etc/hosts file that point to the VM, but I'm actually trying to find a dynamic way to go the OTHER direction. On my machine, I have MySQL installed with a large db. I don't want…
Kris White
  • 651
  • 11
  • 20
4
votes
1 answer

Reload config apache with puppet in vagrant

I set it up a vagrant machine with https://puphpet.com/#. Everything was OK until I wanted to change the documentroot for an apache vhost:docroot in config.yaml This change is not reloaded although I run : vagrant --provision reload
catalinux
  • 1,462
  • 14
  • 26
3
votes
2 answers

PuPHPet - Vagrant Errors: Evaluation Error and non-zero exit

I tried to set up a VM server in Ubuntu machine. I configure the application with the help of PuPHPet package. When I run the "vagrant up", I got the following errors: 1) dpkg-preconfigure: unable to re-open stdin: No such file or directory 2)…
Ramesh Moorthy
  • 659
  • 2
  • 8
  • 24
3
votes
1 answer

Clone development environment on an office server to use locally

Situation: As a developer I'd like to "clone" our development environment (on an office server) so we can use it locally (for example when no/limited internet access is available). We've decided to give Vagrant a try. What did I do? First I used…
Matthijs
  • 1,112
  • 2
  • 12
  • 28
3
votes
1 answer

puphpet how to configura to automatically clone a repository?

I'm starting to use puphpet, I want to use it to automatically clone a repository on provision but I'm not able to find a way, is this possible?
Arnold Roa
  • 7,335
  • 5
  • 50
  • 69
3
votes
3 answers

DocumentRoot always defaults to /var/www/html and cannot change it

I've set up a Virtual host using PuPHPet (Vagrant-Puppet-PHP) Apparently PuPHPet creates a default site for me with this configuration 10-default_vhost_80.conf ServerName default ## Vhost docroot DocumentRoot…
JohnnyQ
  • 4,839
  • 6
  • 47
  • 65
3
votes
1 answer

vagrant/puphpet default: Box 'puphpet/debian75-x64' could not be found

I am new at Vagrant and I used PuPHPet to build the vagrantfile but when I do the vagrant up command I get this error : λ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'puphpet/debian75-x64' could not be…
Akagami--
  • 31
  • 2
3
votes
2 answers

Connecting Database GUI to Vagrant (PuPHPet)

I set up Vagrant yesterday using PuPHPet and everything seemed to work fine. I used Querious to connect to the mysql database. However, I didn't save the configuration I used to connect and after doing vagrant up this morning I can't seem to connect…
DBennett10
  • 78
  • 1
  • 6
3
votes
2 answers

PuPHPet Vagrant box needs apt-get update?

I'm trying to use a PuPHPet vagrant machine. I haven't customized it at all other than through what the gui offers and yet it doesn't want to provision - I'm getting the below errors: If I ssh into the machine and run the command then I get the same…
Hailwood
  • 89,623
  • 107
  • 270
  • 423
3
votes
5 answers

Is it possible to upgrade PHP in an environment provisioned using puPHPet?

If I have a vagrant box provisioned using puPHPet on OSX, is it possible to upgrade the PHP version from 5.5 to 5.6 with a simple config file change or do I need to re-provision from scratch? Alternatively is it simpler to upgrade the PHP via the…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
3
votes
1 answer

Using config from PuPHPet for prod Server

I built a testing Server with PuPHPet and Vagrant running Ubuntu 14.04. I have a server with root acces running Ubuntu 14.04 My goal is to install all the software that I have on my Vagrant Box on my live server. Therefore I've installed…
wawa
  • 4,816
  • 3
  • 29
  • 52
3
votes
2 answers

How to config timezone with Vagrant, Puppet and Hiera?

I'm using PuPHPet for my testing environments, which is based on Vagrant/Puppet+Hiera. In the config.yml (Hiera config file) I would like to add section for my timezone and with command vagrant provision setup it properly. It's that possible?
tuxar
  • 88
  • 1
  • 6
3
votes
1 answer

PuPHPet doesn't run custom script

I played with this for far too long, (a week now) and I need some help. I created a Vagrant config with PuPHPet and it gives me a lot of errors. The simple thing what I'm trying is to run a 12.04 Ubuntu with Nginx, PHP and MySQL. My problem comes…
seniorpreacher
  • 666
  • 2
  • 11
  • 31
2
votes
1 answer

Vagrant - Failed to mount folders in Linux Guest using Puphpet and SMB mounting

I'm trying to set up Vagrant on Windows 10. I have Vagrant 2.0.1, Virtual Box 5.2.4 and Guest Additions 5.2.4. I had issues whilst Virtual Box and Guest Additions were not the same versions, but now I've bought them inline with each other I still…
simonw16
  • 960
  • 9
  • 25
1
2
3
12 13