[Groonga-commit] groonga/chef-cookbooks [master] Remove needless explict action

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 22 18:24:10 JST 2013


Kouhei Sutou	2013-02-22 18:24:10 +0900 (Fri, 22 Feb 2013)

  New Revision: 9f035a626c96470dad3fdb9d556ae240a269ef74
  https://github.com/groonga/chef-cookbooks/commit/9f035a626c96470dad3fdb9d556ae240a269ef74

  Log:
    Remove needless explict action

  Modified files:
    groonga/recipes/repository.rb

  Modified: groonga/recipes/repository.rb (+0 -2)
===================================================================
--- groonga/recipes/repository.rb    2013-02-22 17:18:27 +0900 (fcb6acf)
+++ groonga/recipes/repository.rb    2013-02-22 18:24:10 +0900 (b1ad6b4)
@@ -17,7 +17,6 @@
 
 if platform_family?("debian")
   package "lsb-release" do
-    action [:install]
   end
 
   template "/etc/apt/sources.list.d/groonga.list" do
@@ -43,6 +42,5 @@ if platform_family?("debian")
 
   package "groonga-keyring" do
     options("--allow-unauthenticated")
-    action [:install]
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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