projects
/
puppet_rubygems.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo
[puppet_rubygems.git]
/
manifests
/
postgres.pp
diff --git
a/manifests/postgres.pp
b/manifests/postgres.pp
index
77bcb48
..
1bbe709
100644
(file)
--- 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
':}
}