[Groonga-commit] groonga/packages.groonga.org at b5a67dd [master] Enable Groonga service

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 6 12:05:14 JST 2016


Kouhei Sutou	2016-05-06 12:05:14 +0900 (Fri, 06 May 2016)

  New Revision: b5a67dd3c97d0889b304efdf19988c330a576994
  https://github.com/groonga/packages.groonga.org/commit/b5a67dd3c97d0889b304efdf19988c330a576994

  Message:
    Enable Groonga service

  Modified files:
    ansible/playbook.yml

  Modified: ansible/playbook.yml (+4 -1)
===================================================================
--- ansible/playbook.yml    2016-05-06 11:17:44 +0900 (30b4d10)
+++ ansible/playbook.yml    2016-05-06 12:05:14 +0900 (5b893c0)
@@ -228,6 +228,9 @@
     - name: Restart Postfix
       service: name=postfix state=restarted
     - name: Restart Groonga
-      service: name=groonga-httpd state=restarted
+      service:
+        name: groonga-httpd
+        state: restarted
+        enabled: yes
     - name: Restart Fluentd
       service: name=td-agent state=restarted
-------------- next part --------------
HTML����������������������������...
Download 



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