Skip to content
Snippets Groups Projects
Commit 7185691a authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

cleaned database.pp from notify event

parent 48ca9be0
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment