From 0161b29068725dfde73e7416c1d745b7fe31b423 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 27 Jun 2012 15:41:57 -0400 Subject: change site-munin to site_munin for 2.7 --- manifests/host/cgi.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/host/cgi.pp') diff --git a/manifests/host/cgi.pp b/manifests/host/cgi.pp index cbf1052..13669ed 100644 --- a/manifests/host/cgi.pp +++ b/manifests/host/cgi.pp @@ -18,9 +18,9 @@ class munin::host::cgi inherits munin::host { } file{'/etc/logrotate.d/munin': - source => [ "puppet:///modules/site-munin/config/host/${fqdn}/logrotate", - "puppet:///modules/site-munin/config/host/logrotate.$operatingsystem", - "puppet:///modules/site-munin/config/host/logrotate", + source => [ "puppet:///modules/site_munin/config/host/${fqdn}/logrotate", + "puppet:///modules/site_munin/config/host/logrotate.$operatingsystem", + "puppet:///modules/site_munin/config/host/logrotate", "puppet:///modules/munin/config/host/logrotate.$operatingsystem", "puppet:///modules/munin/config/host/logrotate" ], owner => root, group => 0, mode => 0644; -- cgit v1.2.3