summaryrefslogtreecommitdiff
path: root/manifests/postgres.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/postgres.pp')
-rw-r--r--manifests/postgres.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
new file mode 100644
index 00000000..ec0e253a
--- /dev/null
+++ b/manifests/postgres.pp
@@ -0,0 +1,6 @@
+class ruby::postgres {
+ include ruby
+ package{'ruby-postgres':
+ ensure => installed,
+ }
+}