-
Hi, I'm trying to install php 5.6 and RabbitMQ. During vagrant up or provision get this message: "install amqp && pecl info amqp returned 1 instead of one of [0]". It tells me about failed installatio…
-
There are errors on vagrant up.
==> local: Setting up mariadb-client-10.1 (10.1.10+maria-1~trusty) ...
==> local: Setting up mariadb-server-core-10.1 (10.1.10+maria-
==> local: 1~trusty) ...
==> loca…
-
Like you said
New GUI config from scratch
same options
```
vagrantfile:
target: local
vm:
box: puphpet/ubuntu1404-x64
box_url: puphpet/ubuntu1404-x64
hostname: devmach…
-
Currently the vlan support for FreeBSD appears to be broken when going to instantiate the standard interface class for two reasons.
### 1. How the values array is treated.
In lib/puppet/parser/functi…
-
Vagrantfile
``` ruby
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "puppetlabs/centos-7.0-64-puppet"
config.vm.box_version = "= 1.0.2"
config.r10k…
-
Our project has a vagrant VM which is configured by puphpet. While executing the initial `vagrant up` I have the following error in the log:
```
==> default: Error: Execution of '/usr/bin/apt-get -q …
yktv4 updated
9 years ago
-
Recently I updated my vagrant plugins, resulting in an update from vagrant-libvirt-0.0.31 to vagrant-libvirt-0.0.32.
It results in the following error message:
> vagrant up mytestserver
> Bringing m…
-
It'd be nice if we could inspect the state of remote systems under test. For example, it may be useful to log in to a remote system and determine whether certain files are lying around in certain plac…
-
Hi thank you for your work, i try to install my first vagrant box with puphpet but it don't want progress any more, could you say me how I can debug my installation ?
Here my logs :
C:\Users\GiSmo\D…
-
Trying to get started with Puppet, but want to be sure Gentoo package.\* are handled before embarking too far.
Fresh install of Gentoo and Puppet. Once the module is installed Puppet will comple…