summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAaron DeVore <aaron.devore@gmail.com>2013-05-18 22:45:18 -0700
committerAaron DeVore <aaron.devore@gmail.com>2013-05-18 22:45:18 -0700
commitc8693cf024b96d7eacd263cff0dbb48fb2a14b31 (patch)
tree0c0fb9c19b77d1381e92b074c73ee22f1155c714 /manifests
parentc3eeb5c15f83258196ac5fe1a17f5464d65c87d4 (diff)
Fix typo from pull request #14
Diffstat (limited to 'manifests')
-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,
) {