Просмотр исходного кода

Tell the user to use Vagrant 1.3.x

Greg Karékinian 11 лет назад
Родитель
Сommit
a684e69e33
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      Vagrantfile

+ 3
- 0
Vagrantfile Просмотреть файл

1
 # The following patch needs to be applied for ansible to run cleanly on vagrant up:
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
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)
3
 
6
 
4
 Vagrant.configure('2') do |config|
7
 Vagrant.configure('2') do |config|
5
   config.vm.provider :lxc do |lxc, override|
8
   config.vm.provider :lxc do |lxc, override|

Загрузка…
Отмена
Сохранить