From b408390ae9311b7d703ce57c25a78dce23c31b16 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Wed, 10 Jun 2015 15:35:13 +0200
Subject: Configure munin nodes & master.

Interhost communications are protected by stunnel4.  The graphs are only
visible on the master itself, and content is generated by Fast CGI.
---
 roles/common-SQL/handlers/main.yml | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'roles/common-SQL/handlers')

diff --git a/roles/common-SQL/handlers/main.yml b/roles/common-SQL/handlers/main.yml
index 435c20e..d1d355f 100644
--- a/roles/common-SQL/handlers/main.yml
+++ b/roles/common-SQL/handlers/main.yml
@@ -1,3 +1,6 @@
 ---
 - name: Restart MySQL
   service: name=mysql state=restarted
+
+- name: Restart munin-node
+  service: name=munin-node state=restarted
-- 
cgit v1.2.3