Merge tmakinen/puppet

This commit is contained in:
Ossi Salmi 2012-12-05 13:20:05 +02:00
commit cb47fe7e85

View file

@ -39,7 +39,7 @@ class python {
# source => "puppet:///files/packages/moin-1.8.8.tar.gz", # 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 { if $source {
$filename = basename($source) $filename = basename($source)