summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVik Bhatti <vik@vikbhatti.com>2014-04-08 15:01:59 +0100
committerVik Bhatti <vik@vikbhatti.com>2014-04-08 15:01:59 +0100
commitc3aa0cf84cdbc5ddb85de5d3fc9c2636d1eb633f (patch)
tree02fff38f71831c41813b009b19628118f0cb6837
parent8d9ea35a00f133083e752d199a1102b00827876f (diff)
Fixed a typo following the upstream merge
-rw-r--r--manifests/virtualenv.pp6
1 files 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' {