Skip to content

Commit e7f975a

Browse files
author
Marc Fournier
committed
updated authors.
1 parent e63664b commit e7f975a

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ Manages Gunicorn virtual hosts.
105105
## Authors
106106

107107
[Sergey Stankevich](https://github.com/stankevich)
108+
[Ashley Penney](https://github.com/apenney)
109+
[Marc Fournier](https://github.com/mfournier)

manifests/gunicorn.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
# === Authors
4444
#
4545
# Sergey Stankevich
46+
# Ashley Penney
47+
# Marc Fournier
4648
#
4749
define python::gunicorn (
4850
$ensure = present,

manifests/requirements.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# === Authors
2121
#
2222
# Sergey Stankevich
23+
# Ashley Penney
2324
#
2425
define python::requirements (
2526
$virtualenv = 'system',

manifests/virtualenv.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
# === Authors
3333
#
3434
# Sergey Stankevich
35+
# Ashley Penney
36+
# Marc Fournier
3537
#
3638
define python::virtualenv (
3739
$ensure = present,

0 commit comments

Comments
 (0)