summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorNeil Saunders <neil@zeebox.com>2013-12-19 18:06:25 +0000
committerNeil Saunders <neil@zeebox.com>2013-12-19 18:06:25 +0000
commit535115b9d1426a4d380dc4631fdd2944e0c29e88 (patch)
treee7a42f69966ba12c7bf0f4e0ff633f8399718bfd /manifests/config.pp
parentc2a96f8dd40d75c6cf15518010e0a00889df6690 (diff)
Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.html
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp18
1 files changed, 16 insertions, 2 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 49e5230..52c10be 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -1,3 +1,18 @@
+# == Define: python::config
+#
+# Optionally installs the gunicorn service
+#
+# === Examples
+#
+# include python::config
+#
+# === Authors
+#
+# Sergey Stankevich
+# Ashley Penney
+# Fotis Gimian
+#
+
class python::config {
Class['python::install'] -> Python::Pip <| |>
@@ -19,5 +34,4 @@ class python::config {
pattern => '/usr/bin/gunicorn',
}
}
-
-}
+} \ No newline at end of file