projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a0fdec6
)
fix typo
author
Simon Josi
<josi@puzzle.ch>
Thu, 22 Apr 2010 11:24:00 +0000
(13:24 +0200)
committer
Simon Josi
<josi@puzzle.ch>
Thu, 22 Apr 2010 11:24:00 +0000
(13:24 +0200)
manifests/postgres.pp
patch
|
blob
|
history
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
':}
}