summaryrefslogtreecommitdiff
path: root/manifests/thin.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-22 17:35:12 +0100
committervarac <varacanero@zeromail.org>2016-01-22 17:35:12 +0100
commit63dac9013922176019566d4e3cb9a5bf79e705c4 (patch)
tree9b3c3f42e16a96d2af34bc31bd364ed24a99597f /manifests/thin.pp
parentc95c74763f9b9873c720c4f04ecb5a0daf277d7f (diff)
parent72b32ac5fe67d931aa3bf4ba19ab8dcde7a23c01 (diff)
Merge remote-tracking branch 'immerda/master'
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,
+ }
+}