summaryrefslogtreecommitdiff
path: root/manifests/thin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/thin.pp')
-rw-r--r--manifests/thin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/thin.pp b/manifests/thin.pp
new file mode 100644
index 0000000..b2499d8
--- /dev/null
+++ b/manifests/thin.pp
@@ -0,0 +1,7 @@
+class rubygems::thin {
+ require rubygems
+ package{'thin':
+ ensure => present,
+ provider => gem,
+ }
+}