summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josi <josi@puzzle.ch>2010-04-22 13:24:00 +0200
committerSimon Josi <josi@puzzle.ch>2010-04-22 13:24:00 +0200
commitbdc957af37cf77ee2a27df510daef76793022c05 (patch)
tree8d578d530d8a9b0d5062fd3454b2d30735a8874b
parenta0fdec6be9efa041fff3c7b5bd0f2ccfc5a49fad (diff)
fix typo
-rw-r--r--manifests/postgres.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/postgres.pp b/manifests/postgres.pp
index 77bcb48..1bbe709 100644
--- a/manifests/postgres.pp
+++ b/manifests/postgres.pp
@@ -1,4 +1,4 @@
class rubygems::postgres {
include postgres::devel
- rubygems::package{'pg-ruby':}
+ rubygems::package{'ruby-pg':}
}