diff options
author | Vik Bhatti <vik@vikbhatti.com> | 2014-04-08 15:01:59 +0100 |
---|---|---|
committer | Vik Bhatti <vik@vikbhatti.com> | 2014-04-08 15:01:59 +0100 |
commit | c3aa0cf84cdbc5ddb85de5d3fc9c2636d1eb633f (patch) | |
tree | 02fff38f71831c41813b009b19628118f0cb6837 /manifests | |
parent | 8d9ea35a00f133083e752d199a1102b00827876f (diff) |
Fixed a typo following the upstream merge
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/virtualenv.pp | 6 |
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' { |