From 6c6f8baf298ddc637716fc71ad83469713807b69 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 9 Jun 2016 17:33:43 +0200 Subject: git subrepo clone https://leap.se/git/puppet_ruby puppet/modules/ruby subrepo: subdir: "puppet/modules/ruby" merged: "9ccd853" upstream: origin: "https://leap.se/git/puppet_ruby" branch: "master" commit: "9ccd853" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b" --- puppet/modules/ruby/manifests/postgres.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 puppet/modules/ruby/manifests/postgres.pp (limited to 'puppet/modules/ruby/manifests/postgres.pp') diff --git a/puppet/modules/ruby/manifests/postgres.pp b/puppet/modules/ruby/manifests/postgres.pp new file mode 100644 index 00000000..ec0e253a --- /dev/null +++ b/puppet/modules/ruby/manifests/postgres.pp @@ -0,0 +1,6 @@ +class ruby::postgres { + include ruby + package{'ruby-postgres': + ensure => installed, + } +} -- cgit v1.2.3