From dd2d06991bf19d16cbf28c339bc016063a693736 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 8 Jul 2008 10:32:54 +0200 Subject: Need to ignore the .ignore file too, of course --- manifests/plugin.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/plugin.pp') diff --git a/manifests/plugin.pp b/manifests/plugin.pp index ced27b7..a23a567 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -72,6 +72,7 @@ class munin::plugins::base { [ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]: source => "puppet://$servername/common/empty", ensure => directory, checksum => mtime, + ignore => '.ignore', recurse => true, purge => true, force => true, mode => 0755, owner => root, group => root, notify => Service[munin-node]; -- cgit v1.2.3