summaryrefslogtreecommitdiff
path: root/manifests/virtualenv.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtualenv.pp')
-rw-r--r--manifests/virtualenv.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index 9888cd2..9f9e96c 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -47,7 +47,7 @@ define python::virtualenv (
$systempkgs = false,
$distribute = true,
$owner = 'root',
- $group = 'root'
+ $group = 'root',
$index = false,
) {