From e0f055cfa99eef6fbc06539f570ca64983fe65a2 Mon Sep 17 00:00:00 2001
From: Alessandro Costantini <alessandro.costantini@cnaf.infn.it>
Date: Wed, 25 Nov 2015 15:27:34 +0100
Subject: [PATCH] Main comment updated

---
 manifests/profile/database-client.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/manifests/profile/database-client.pp b/manifests/profile/database-client.pp
index c1e393f..743f886 100644
--- a/manifests/profile/database-client.pp
+++ b/manifests/profile/database-client.pp
@@ -1,3 +1,4 @@
+#Installing a mysql client if DB is an external service
 class iaas::profile::database-client(
   $servers = undef,
   $main_address = undef,
@@ -9,4 +10,4 @@ class iaas::profile::database-client(
   class { 'mysql::client':
   }  -> anchor { 'database-service': }
 
-}
+}
\ No newline at end of file
-- 
GitLab