From 5957d9f43ff1c0dfc9c15f187821c614051cd192 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 21 May 2008 16:41:32 +0200 Subject: fix "empty" directory usage --- manifests/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/plugin.pp b/manifests/plugin.pp index d143861..ced27b7 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/munin/empty", + source => "puppet://$servername/common/empty", ensure => directory, checksum => mtime, recurse => true, purge => true, force => true, mode => 0755, owner => root, group => root, -- cgit v1.2.3 From 29ff93d875cdf271db569e5195e469eb1a45ab59 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 8 Jul 2008 10:12:32 +0200 Subject: nail the modules_dir into the repo --- files/modules_dir/.ignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 files/modules_dir/.ignore diff --git a/files/modules_dir/.ignore b/files/modules_dir/.ignore new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 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(+) 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