From 94eb06a3c753fcca3213bc5940d7d025dc790a37 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 23 Nov 2009 12:27:10 -0500 Subject: move plugin directory to fit new 0.25.x style and update file paths accordingly --- manifests/host.pp | 2 +- manifests/plugin.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/host.pp b/manifests/host.pp index 1d17518..804bd02 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -34,7 +34,7 @@ class munin::snmp_collector file { "${module_dir_path}/munin/create_snmp_links": - source => "puppet://$servername/munin/create_snmp_links.sh", + source => "puppet://$server/modules/munin/create_snmp_links.sh", mode => 755, owner => root, group => root; } diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 87259f7..c9bb6e5 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -70,7 +70,7 @@ class munin::plugins::base { file { [ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]: - source => "puppet://$servername/common/empty", + source => "puppet://$server/modules/common/empty", ensure => directory, checksum => mtime, ignore => '.ignore', recurse => true, purge => true, force => true, -- cgit v1.2.3