diff --git a/manifests/profile/database.pp b/manifests/profile/database.pp
index 82d1dcf0b41e865f3bcc09767226c27fcea4fed6..a5c410704beeab43f66fc826141992a029530ff5 100644
--- a/manifests/profile/database.pp
+++ b/manifests/profile/database.pp
@@ -24,9 +24,6 @@ class iaas::profile::database (
    	privileges => ['ALL'],
 	require => File['/root/.my.cnf'],
    } 
-notify {"creating .my.cnf root":
-      loglevel => alert,
-    } -> 
    file { '/root/.my.cnf':
     ensure  => 'present',
     content => "[client]