summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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':}
+}