summaryrefslogtreecommitdiff
path: root/manifests/activerecord.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-28 21:00:37 +0200
committermh <mh@immerda.ch>2009-05-28 21:00:37 +0200
commitb279795c2458ff0d11706fab41ce3cc9bb2bdd80 (patch)
treeef7cbca1205c9e8bc84be8e255aaf00b09ce548f /manifests/activerecord.pp
parente1958675a08f2b9cf29d44381fe9ca3a4cab3822 (diff)
added a bunch of rubygems
Diffstat (limited to 'manifests/activerecord.pp')
-rw-r--r--manifests/activerecord.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/activerecord.pp b/manifests/activerecord.pp
new file mode 100644
index 0000000..2ccd5ea
--- /dev/null
+++ b/manifests/activerecord.pp
@@ -0,0 +1,8 @@
+class rubygems::activerecord {
+ include rubygems
+ package{'activerecord':
+ ensure => present,
+ provider => gem,
+ require => Package['rubygems'],
+ }
+}