From c3aa0cf84cdbc5ddb85de5d3fc9c2636d1eb633f Mon Sep 17 00:00:00 2001 From: Vik Bhatti Date: Tue, 8 Apr 2014 15:01:59 +0100 Subject: Fixed a typo following the upstream merge --- manifests/virtualenv.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp index a88042b..419e2ae 100644 --- a/manifests/virtualenv.pp +++ b/manifests/virtualenv.pp @@ -76,9 +76,9 @@ define python::virtualenv ( $group = 'root', $proxy = false, $environment = [], - $path = [ '/bin', '/usr/bin', '/usr/sbin' ] - $cwd = undef, - $timeout = 1800 + $path = [ '/bin', '/usr/bin', '/usr/sbin' ], + $cwd = undef, + $timeout = 1800 ) { if $ensure == 'present' { -- cgit v1.2.3