Fixed source parameter in python::setup::install
This commit is contained in:
parent
aa9dc23e73
commit
e6ba945de0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue