summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSergey Stankevich <sergey.stankevich@gmail.com>2014-01-04 10:24:07 +0300
committerSergey Stankevich <sergey.stankevich@gmail.com>2014-01-04 10:24:07 +0300
commit042f4eed2e15834a3c49abab485e5037ab805ca3 (patch)
tree912cc2c4dd17317561427e0e4cf09cff076a1cef /manifests/init.pp
parent9d019a6cba04f95a14a8d57fc2510732e9a5b53e (diff)
parentfdf81012ea5f3d8124c86f41d91e4e97f769bc80 (diff)
Merging master
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp16
1 files changed, 10 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 451bdda..4797b11 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -20,6 +20,9 @@
# [*gunicorn*]
# Install Gunicorn. Default: false
#
+# [*manage_gunicorn*]
+# Allow Installation / Removal of Gunicorn. Default: true
+#
# === Examples
#
# class { 'python':
@@ -35,12 +38,13 @@
# Sergey Stankevich
#
class python (
- $version = 'system',
- $pip = false,
- $dev = false,
- $virtualenv = false,
- $gunicorn = false,
- $provider = undef,
+ $version = 'system',
+ $pip = false,
+ $dev = false,
+ $virtualenv = false,
+ $gunicorn = false,
+ $manage_gunicorn = true,
+ $provider = undef
) {
# Module compatibility check