diff --git a/manifests/profile/database-client.pp b/manifests/profile/database-client.pp
index c1e393f0b161bc504514567cf64fb6332be138b9..743f886c3b77984024ba3d95e366fc91aba3de07 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