Eric Lippmann
56830cbe8e
puppet: Use one Vagrantfile for both virtualbox and parallels provisioner
...
refs #6842
2014-12-15 18:02:13 +01:00
Alexander Klimov
1ce99d277a
Merge branch 'master' into feature/deduplicate-puppet-code-6842
...
Conflicts:
.vagrant-puppet/manifests/default.pp
packages/rpm/etc/icingaweb2/resources.ini
2014-11-25 12:29:42 +01:00
Alexander Klimov
ba7fa85cff
Vagrantfile: complete puppet.module_path
2014-11-25 12:17:00 +01:00
Thomas Gelf
4669a8cf84
Vagrantfile: remove obsolet synced_folder 'config'
2014-11-17 11:22:44 +01:00
Michael Friedrich
76b5901cb6
Vagrant: assign 1024mb ram to the vm
2014-06-18 14:14:31 +02:00
Michael Friedrich
31f4c9b1b2
Require at least Vagrant 1.2.x in Vagrantfile
...
Users don't read READMEs or documentation, they'll
just fire 'vagrant up'. Vagrant already checks the
Virtualbox version itself, but for the Vagrant version
no checks exist. Vagrant 1.4 provides a method 'require_version'
which is pretty useless for older versions, like on Debian
Wheezy (1.0.3). So we'll ship our own version comparison.
fixes #6366
2014-05-30 16:21:04 +02:00
Eric Lippmann
e0f1d7dc37
Vagrant: Mount /vagrant/var/log/ writable for apache
...
This requires you to run vagrant reload if the vm is already running
refs #4549
2013-08-16 17:51:39 +02:00
Eric Lippmann
3242156301
Vagrant: Use configuration version 2
...
refs #4449
2013-07-23 16:26:14 +02:00
Eric Lippmann
69400ce671
Vagrant: Update Icinga to 1.9.3 and Icinga 2 to 0.0.2
...
refs #4385
2013-07-22 14:48:05 +02:00
Eric Lippmann
51755209b6
Adapt usage of config class
...
refs #4354
2013-07-12 15:43:23 +02:00
Eric Lippmann
e80ddb0af4
Fix missing software and enable apache rewrite rules
...
Add the jquery node module and the Zend PDO adapter for MySQL.
refs #4307
2013-06-28 13:48:14 +02:00
Eric Lippmann
5419b3a797
Vagrant: Symlink public folder to /var/www/html/icinga2-web
...
refs #4314
2013-06-27 14:30:57 +02:00
Eric Lippmann
ed3127a223
Vagrant: Fix failing mount "./pub" running `vagrant up` for the first time
...
User apache and group apache is only available after provisioning.
Mounting shared folders happens before. Thus :owner and :group
settings removed.
refs #4231
2013-06-03 15:18:26 +02:00
Eric Lippmann
4783cb0706
Vagrant: Forward port 80 to 8080
...
refs #4232
2013-06-03 11:39:15 +02:00
Eric Lippmann
af2526a446
Vagrant: Add CentOS 6.4 base box with puppet and VirtualBox Guest Additions preinstalled
...
refs #4202
2013-05-29 17:34:18 +02:00