removed double definition
This commit is contained in:
parent
5c17a7fda8
commit
c731c6e89d
1 changed files with 0 additions and 5 deletions
|
@ -86,11 +86,6 @@ class mysql::server::base {
|
||||||
require => Package[mysql],
|
require => Package[mysql],
|
||||||
}
|
}
|
||||||
|
|
||||||
munin::plugin {
|
|
||||||
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads]:
|
|
||||||
require => [ Package[mysql-server], Exec['set_mysql_rootpw'] ],
|
|
||||||
}
|
|
||||||
|
|
||||||
# Collect all databases and users
|
# Collect all databases and users
|
||||||
Mysql_database<<| tag == "mysql_${fqdn}" |>>
|
Mysql_database<<| tag == "mysql_${fqdn}" |>>
|
||||||
Mysql_user<<| tag == "mysql_${fqdn}" |>>
|
Mysql_user<<| tag == "mysql_${fqdn}" |>>
|
||||||
|
|
Loading…
Reference in a new issue