cpan: disable timeout by default

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-11 16:00:46 +02:00
parent b0b18d02c2
commit e7fad2c123
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# #
define cpan( define cpan(
$creates, $creates,
$timeout $timeout = 0
) { ) {
Exec { path => '/usr/bin' } Exec { path => '/usr/bin' }