[Groonga-commit] droonga/chef-cookbooks at e1511d9 [master] Fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 24 14:54:28 JST 2014


Kouhei Sutou	2014-01-24 14:54:28 +0900 (Fri, 24 Jan 2014)

  New Revision: e1511d90be1fbed03c3cf57df632ae83136a716b
  https://github.com/droonga/chef-cookbooks/commit/e1511d90be1fbed03c3cf57df632ae83136a716b

  Message:
    Fix variable name

  Modified files:
    droonga/recipes/user.rb

  Modified: droonga/recipes/user.rb (+3 -3)
===================================================================
--- droonga/recipes/user.rb    2014-01-24 14:52:38 +0900 (fd6c791)
+++ droonga/recipes/user.rb    2014-01-24 14:54:28 +0900 (2c123b8)
@@ -19,9 +19,9 @@
 
 droonga_engine = node["droonga"]["engine"]
 
-user_name  = droonga["user_name"]
-group_name = droonga["group_name"]
-home_dir   = droonga["home"]
+user_name  = droonga_engine["user_name"]
+group_name = droonga_engine["group_name"]
+home_dir   = droonga_engine["home"]
 
 user user_name do
   home     home_dir
-------------- next part --------------
HTML����������������������������...
下載 



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