From a73085c7e09db81adceb789efce6e561162583c7 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 7 Aug 2007 14:15:44 +0000 Subject: more fixes for the munin modularizsation git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@178 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- manifests/defines/puppet_install.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'manifests/defines/puppet_install.pp') diff --git a/manifests/defines/puppet_install.pp b/manifests/defines/puppet_install.pp index b6e5288..5f4d62d 100644 --- a/manifests/defines/puppet_install.pp +++ b/manifests/defines/puppet_install.pp @@ -3,9 +3,6 @@ # See LICENSE for the full license granted to you. define puppet::function($source) { - $destination = $type ? { - "fact" => "${rubysitedir}/facter/${name}.rb", - } file { "${rubysitedir}/puppet/parser/functions/${name}.rb": source => $source, -- cgit v1.2.3