From d8ecd5d2f933c40f2413a58e6324558d0e689b6a Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 12 Jul 2016 16:46:03 -0400 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" commit: "1e79595" Change-Id: I8f8437218403894682afbadd714f2e4efb72f018 --- 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