diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gunicorn.pp | 2 | ||||
-rw-r--r-- | manifests/requirements.pp | 1 | ||||
-rw-r--r-- | manifests/virtualenv.pp | 2 |
3 files changed, 5 insertions, 0 deletions
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, |