summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:42:02 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:50:41 +0100
commite7f975a20639d1e3adbfa85f956485238c040506 (patch)
tree2779f2eb95a79a071bdee02fd4bc09f053bfea6d
parente63664bc1ccc540a45a1c4eea90a0f7ea482e406 (diff)
updated authors.
-rw-r--r--README.md2
-rw-r--r--manifests/gunicorn.pp2
-rw-r--r--manifests/requirements.pp1
-rw-r--r--manifests/virtualenv.pp2
4 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65cd391..272c92a 100644
--- a/README.md
+++ b/README.md
@@ -105,3 +105,5 @@ Manages Gunicorn virtual hosts.
## Authors
[Sergey Stankevich](https://github.com/stankevich)
+[Ashley Penney](https://github.com/apenney)
+[Marc Fournier](https://github.com/mfournier)
diff --git a/manifests/gunicorn.pp b/manifests/gunicorn.pp
index 1b53fc8..13f4872 100644
--- a/manifests/gunicorn.pp
+++ b/manifests/gunicorn.pp
@@ -43,6 +43,8 @@
# === Authors
#
# Sergey Stankevich
+# Ashley Penney
+# Marc Fournier
#
define python::gunicorn (
$ensure = present,
diff --git a/manifests/requirements.pp b/manifests/requirements.pp
index c7b9c25..4dd1f1f 100644
--- a/manifests/requirements.pp
+++ b/manifests/requirements.pp
@@ -20,6 +20,7 @@
# === Authors
#
# Sergey Stankevich
+# Ashley Penney
#
define python::requirements (
$virtualenv = 'system',
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index e286699..e816468 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -32,6 +32,8 @@
# === Authors
#
# Sergey Stankevich
+# Ashley Penney
+# Marc Fournier
#
define python::virtualenv (
$ensure = present,