summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro <o@immerda.ch>2011-09-25 16:40:38 +0200
committero <o@immerda.ch>2011-09-25 16:40:38 +0200
commitc72205a9a02e371da412bc2a9b295cd472a90205 (patch)
tree2cd284197fa5b525e2420c3757d48999876b83b4
parentfb3d5be99d595aea3dc4c9cd6ef9446b56f5bd4f (diff)
add activesupport gem
-rw-r--r--manifests/activesupport.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/activesupport.pp b/manifests/activesupport.pp
new file mode 100644
index 0000000..ae5aee7
--- /dev/null
+++ b/manifests/activesupport.pp
@@ -0,0 +1,7 @@
+class rubygems::activesupport {
+ require rubygems
+ package{'activesupport':
+ ensure => present,
+ provider => gem,
+ }
+}