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:
19d9fb0
)
add pg-ruby gem
author
Simon Josi
<josi@puzzle.ch>
Thu, 22 Apr 2010 10:45:03 +0000
(12:45 +0200)
committer
Simon Josi
<josi@puzzle.ch>
Thu, 22 Apr 2010 10:45:03 +0000
(12:45 +0200)
manifests/postgres.pp
[new file with mode: 0644]
patch
|
blob
diff --git a/manifests/postgres.pp
b/manifests/postgres.pp
new file mode 100644
(file)
index 0000000..
77bcb48
--- /dev/null
+++ b/
manifests/postgres.pp
@@ -0,0
+1,4
@@
+class rubygems::postgres {
+ include postgres::devel
+ rubygems::package{'pg-ruby':}
+}