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