We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b99094b + dc37d11 commit fd29d1cCopy full SHA for fd29d1c
Changelog
@@ -1,3 +1,7 @@
1
+2014-02-12 - Version 3.3.1
2
+Bugfix:
3
+- Allow dynamic rubygems host
4
+
5
2014-01-28 - Version 3.3.0
6
7
Summary:
Gemfile
@@ -1,4 +1,4 @@
-source 'https://rubygems.org'
+source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test do
gem 'rake'
Modulefile
@@ -1,5 +1,5 @@
name 'puppetlabs-postgresql'
-version '3.3.0'
+version '3.3.1'
source 'git://github.com/puppetlabs/puppet-postgresql.git'
author 'Inkling/Puppet Labs'
description 'PostgreSQL defined resource types'
0 commit comments