Merge tmakinen/puppet
This commit is contained in:
commit
cb47fe7e85
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",
|
# 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue