[Groonga-commit] droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication at eb4c75f [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 28 19:45:30 JST 2014


YUKI Hiroshi	2014-11-28 19:45:30 +0900 (Fri, 28 Nov 2014)

  New Revision: eb4c75ffb56318c2dfe3033ff5cc5a6b1063bd02
  https://github.com/droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication/commit/eb4c75ffb56318c2dfe3033ff5cc5a6b1063bd02

  Message:
    Fix typo

  Modified files:
    vagrant/Vagrantfile

  Modified: vagrant/Vagrantfile (+4 -4)
===================================================================
--- vagrant/Vagrantfile    2014-11-28 19:44:48 +0900 (d485c71)
+++ vagrant/Vagrantfile    2014-11-28 19:45:30 +0900 (617fd9e)
@@ -1,4 +1,4 @@
-ines = 3
+n_machines = 3
 box        = "ubuntu/trusty64"
 
 VAGRANTFILE_API_VERSION = "2"
@@ -9,9 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node_config.vm.network(:private_network,
                              :ip => "192.168.100.#{50 + index}")
       node_config.vm.host_name = "node#{index}"
-      node_config.vm.provider("virtualbox") do |virtual_box|
-        virtual_box.memory = 2048
-      end
+      # node_config.vm.provider("virtualbox") do |virtual_box|
+      #   virtual_box.memory = 2048
+      # end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index