From 78fa3e62cfd29756886940bf245b92ecfc2a4359 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 26 Oct 2010 13:05:40 -0400 Subject: fix munin script path --- manifests/server/munin/base.pp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'manifests/server/munin/base.pp') diff --git a/manifests/server/munin/base.pp b/manifests/server/munin/base.pp index a5331c5..50aa084 100644 --- a/manifests/server/munin/base.pp +++ b/manifests/server/munin/base.pp @@ -3,18 +3,22 @@ class mysql::server::munin::base { file { "/usr/local/share/munin-plugins/mysql_connections": source => "$fileserver/munin/mysql_connections", - mode => 0755, owner => root, group => root; + mode => 0755, owner => root, group => root, + script_path_in => "/usr/local/share/munin-plugins"; "/usr/local/share/munin-plugins/mysql_qcache": source => "$fileserver/munin/mysql_qcache", - mode => 0755, owner => root, group => root; + mode => 0755, owner => root, group => root, + script_path_in => "/usr/local/share/munin-plugins"; "/usr/local/share/munin-plugins/mysql_qcache_mem": source => "$fileserver/munin/mysql_qcache_mem", - mode => 0755, owner => root, group => root; + mode => 0755, owner => root, group => root, + script_path_in => "/usr/local/share/munin-plugins"; "/usr/local/share/munin-plugins/mysql_size_all": source => "$fileserver/munin/mysql_size_all", - mode => 0755, owner => root, group => root; + mode => 0755, owner => root, group => root, + script_path_in => "/usr/local/share/munin-plugins"; } } -- cgit v1.2.3