From: Simon Josi Date: Thu, 22 Apr 2010 10:45:03 +0000 (+0200) Subject: add pg-ruby gem X-Git-Url: https://leap.se/git/puppet_rubygems.git/commitdiff_plain/a0fdec6be9efa041fff3c7b5bd0f2ccfc5a49fad add pg-ruby gem --- diff --git a/manifests/postgres.pp b/manifests/postgres.pp new file mode 100644 index 0000000..77bcb48 --- /dev/null +++ b/manifests/postgres.pp @@ -0,0 +1,4 @@ +class rubygems::postgres { + include postgres::devel + rubygems::package{'pg-ruby':} +}