summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josi <josi@puzzle.ch>2010-04-22 12:45:03 +0200
committerSimon Josi <josi@puzzle.ch>2010-04-22 12:45:03 +0200
commita0fdec6be9efa041fff3c7b5bd0f2ccfc5a49fad (patch)
tree72f4fd68b19624a03e5eca75d4f3705e0cb09379
parent19d9fb0d64276a5810c99460f6d9a744092b1cb2 (diff)
add pg-ruby gem
-rw-r--r--manifests/postgres.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
new file mode 100644
index 0000000..77bcb48
--- /dev/null
+++ b/manifests/postgres.pp
@@ -0,0 +1,4 @@
+class rubygems::postgres {
+ include postgres::devel
+ rubygems::package{'pg-ruby':}
+}