From d214a2f0ed7f37d2a40b596eab9d2c68d7c39a95 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:58:00 +0200 Subject: fixed typo --- manifests/plugin/deploy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp index 24ac3d3..47bf796 100644 --- a/manifests/plugin/deploy.pp +++ b/manifests/plugin/deploy.pp @@ -1,4 +1,4 @@ -define munin::plugin::deploy ($source = '', $ensure = 'present', $config = '') { +define munin::plugin::deploy($source = '', $ensure = 'present', $config = '') { $plugin_src = $ensure ? { 'present' => $name, 'absent' => $name, -- cgit v1.2.3