summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro <o@immerda.ch>2011-09-25 16:54:24 +0200
committero <o@immerda.ch>2011-09-25 16:54:24 +0200
commit4e1af5cb3dc7082f9daf6c3d66c2a9b2af3af920 (patch)
treec131f0fc080c40dced52c525e8f392c9697d1541
parentb47a2ba3cddc7050c5ac8997099a80efd89d9bd6 (diff)
fix postgres
-rw-r--r--manifests/postgres.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
index a80ce0b..bcfc511 100644
--- a/manifests/postgres.pp
+++ b/manifests/postgres.pp
@@ -1,4 +1,4 @@
class rubygems::postgres {
- require ::postgres::devel
+ require postgres::devel
rubygems::gem{'ruby-pg':}
}