Browse Source

Update Vagrantfile

Alex Payne 10 years ago
parent
commit
7240e65644
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      Vagrantfile

+ 2
- 5
Vagrantfile View File

@@ -1,8 +1,5 @@
1
-# The following patch needs to be applied for ansible to run cleanly on vagrant up:
2
-# https://github.com/mitchellh/vagrant/pull/1723.diff on /opt/vagrant/embedded/gems/gems/vagrant-1.2.x
3
-#
4
-# Or just use Vagrant 1.3.x: it generates an inventory automatically
5
-# (https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md#130-september-5-2013)
1
+# If you're having issues, upgrade to Vagrant 1.3.x. It generates an inventory automatically:
2
+# https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md#130-september-5-2013
6 3
 
7 4
 Vagrant.configure('2') do |config|
8 5
   config.vm.provider :lxc do |lxc, override|

Loading…
Cancel
Save