Fixed source parameter in python::setup::install

This commit is contained in:
Ossi Salmi 2012-12-05 13:16:09 +02:00
parent aa9dc23e73
commit e6ba945de0

View file

@ -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)