summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 21:09:22 +0200
committermh <mh@immerda.ch>2009-05-17 21:09:22 +0200
commit238886fc3a16bb34d155f52590a99e84a94e7b0f (patch)
treee6f5c783592f37421bf0b4e3eda5792532e9b4be
parent6db0df1dc8b1eae6f0f1ca92a812af72402db913 (diff)
ruby-postgres class
-rw-r--r--manifests/postgres.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
new file mode 100644
index 0000000..64b3b8a
--- /dev/null
+++ b/manifests/postgres.pp
@@ -0,0 +1,5 @@
+class ruby::postgres {
+ package{'ruby-postgres':
+ ensure => installed,
+ }
+}