Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
file { 


   "/etc/munin/plugins/mysql_connections":
        owner => 'root',
        group => 'root',
        mode => 755,
        content => template('muninnode/mysql_connections.erb');

   "/usr/share/munin/plugins/mysql_connections":
        ensure => '/etc/munin/plugins/mysql_connections';

}