From e6ba945de0a6745743d82287f6dbfc1249ff5288 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Wed, 5 Dec 2012 13:16:09 +0200 Subject: [PATCH] Fixed source parameter in python::setup::install --- python/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/manifests/init.pp b/python/manifests/init.pp index db35d90..6191c63 100644 --- a/python/manifests/init.pp +++ b/python/manifests/init.pp @@ -39,7 +39,7 @@ class python { # source => "puppet:///files/packages/moin-1.8.8.tar.gz", # } # -define python::setup::install($python="python", source="") { +define python::setup::install($python="python", $source="") { if $source { $filename = basename($source)