[Groonga-commit] droonga/chef-cookbooks at f468294 [master] Create group

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 24 15:03:12 JST 2014


Kouhei Sutou	2014-01-24 15:03:12 +0900 (Fri, 24 Jan 2014)

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

  Message:
    Create group

  Modified files:
    droonga/recipes/user.rb

  Modified: droonga/recipes/user.rb (+3 -0)
===================================================================
--- droonga/recipes/user.rb    2014-01-24 14:54:28 +0900 (2c123b8)
+++ droonga/recipes/user.rb    2014-01-24 15:03:12 +0900 (159b153)
@@ -23,6 +23,9 @@ user_name  = droonga_engine["user_name"]
 group_name = droonga_engine["group_name"]
 home_dir   = droonga_engine["home"]
 
+group group_name do
+end
+
 user user_name do
   home     home_dir
   group    group_name
-------------- next part --------------
HTML����������������������������...
Download 



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