aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/puppet/manifests/thin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/puppet/manifests/thin.pp b/modules/puppet/manifests/thin.pp
new file mode 100644
index 00000000..961e19ae
--- /dev/null
+++ b/modules/puppet/manifests/thin.pp
@@ -0,0 +1,7 @@
+class puppet::thin {
+ package { 'ruby-thin': }
+
+ apache::config { "/etc/httpd/conf.d/puppet.conf":
+ content => "Listen 8140",
+ }
+}