summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 21:10:51 +0200
committermh <mh@immerda.ch>2009-05-17 21:10:51 +0200
commit20ffacc44408daab1b24f3d9da383f1040d22638 (patch)
tree7b4fc677d19a0e13eab6c35546b5b68968ebfd59
parent238886fc3a16bb34d155f52590a99e84a94e7b0f (diff)
include ruby
-rw-r--r--manifests/postgres.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
index 64b3b8a..ec0e253 100644
--- a/manifests/postgres.pp
+++ b/manifests/postgres.pp
@@ -1,4 +1,5 @@
class ruby::postgres {
+ include ruby
package{'ruby-postgres':
ensure => installed,
}