-
-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: bastelfreak/puppetlabs-postgresql
base: master
head repository: puppetlabs/puppetlabs-postgresql
compare: main
Commits on Jun 12, 2015
-
Once puppetlabs-apt 2.1.0 is released (2015-06-16) the postgresql module will be compatible with apt 1.x (>= 1.8.0) and 2.x (>= 2.1.0). This will *not* work with puppetlabs-apt 2.0.x.
Morgan Haskel committedJun 12, 2015 Configuration menu - View commit details
-
Copy full SHA for e3bcfcd - Browse repository at this point
Copy the full SHA e3bcfcdView commit details -
Since concat 2.0.x releases have been removed
Morgan Haskel committedJun 12, 2015 Configuration menu - View commit details
-
Copy full SHA for f9e5d36 - Browse repository at this point
Copy the full SHA f9e5d36View commit details
Commits on Jun 16, 2015
-
Merge pull request puppetlabs#644 from mhaskel/loosen_apt_dependency
Update dependencies
Configuration menu - View commit details
-
Copy full SHA for 928779b - Browse repository at this point
Copy the full SHA 928779bView commit details
Commits on Jun 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f09ebab - Browse repository at this point
Copy the full SHA f09ebabView commit details -
Merge pull request puppetlabs#646 from bmjen/4.4.0-prep
Release 4.4.0 prep
Morgan Haskel committedJun 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 35d474f - Browse repository at this point
Copy the full SHA 35d474fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db9c778 - Browse repository at this point
Copy the full SHA db9c778View commit details -
Merge pull request puppetlabs#647 from bmjen/unpin-apt
Unpins apt 1.8 dependency in fixtures.yml and spec_helper_acceptance.
Morgan Haskel committedJun 22, 2015 Configuration menu - View commit details
-
Copy full SHA for ad3e042 - Browse repository at this point
Copy the full SHA ad3e042View commit details -
(maint) Add beaker-puppet_install_helper and fix fact bug
- Issue with fact() was being called against default instead of using fact_on when iterating against each host, also was installing 3.8.1 despite specifying PUPPET_VERSION=1.1.1 so updated to use beaker-puppet_install_helper
Configuration menu - View commit details
-
Copy full SHA for 1315a33 - Browse repository at this point
Copy the full SHA 1315a33View commit details -
Copy snakeoil certificate and key instead of symlinking
Since postgresql-9.1_9.1.16-0+deb7u1 on wheezy, postgresql can't read snakeoil certificate as symlink anymore, so server does not restart. This patch copies cert and key instead of symlinking so that it works again.
Configuration menu - View commit details
-
Copy full SHA for 69c80b4 - Browse repository at this point
Copy the full SHA 69c80b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba897f - Browse repository at this point
Copy the full SHA 2ba897fView commit details
Commits on Jun 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 04d59ee - Browse repository at this point
Copy the full SHA 04d59eeView commit details -
Merge pull request puppetlabs#648 from bmjen/sync-with-master
Sync with master
Configuration menu - View commit details
-
Copy full SHA for f6c1c85 - Browse repository at this point
Copy the full SHA f6c1c85View commit details
Commits on Jun 29, 2015
-
(FM-2923) install net-tools for tests
serverspec's be_listening uses net-tools' netstat utility to check for open ports. This was puleld in until recently by puppet-agent packages. Now this has changed and we need to install this manually.
Configuration menu - View commit details
-
Copy full SHA for c7b4ebb - Browse repository at this point
Copy the full SHA c7b4ebbView commit details -
Merge pull request puppetlabs#653 from bmjen/update-from-master
(FM-2923) install net-tools for tests
Morgan Haskel committedJun 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 5b8625a - Browse repository at this point
Copy the full SHA 5b8625aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1c9c7 - Browse repository at this point
Copy the full SHA ea1c9c7View commit details -
Merge pull request puppetlabs#655 from bmjen/update-changelog
updates release date on CHANGELOG
Morgan Haskel committedJun 29, 2015 Configuration menu - View commit details
-
Copy full SHA for a994648 - Browse repository at this point
Copy the full SHA a994648View commit details
Commits on Jun 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ec60db4 - Browse repository at this point
Copy the full SHA ec60db4View commit details -
Merge pull request puppetlabs#657 from bmjen/recovery-test
adds acceptance tests for postgresql::server::recovery resource
Configuration menu - View commit details
-
Copy full SHA for 5010861 - Browse repository at this point
Copy the full SHA 5010861View commit details -
Configuration menu - View commit details
-
Copy full SHA for a861997 - Browse repository at this point
Copy the full SHA a861997View commit details -
Merge pull request puppetlabs#658 from bmjen/recovery-test
fixes postgresql::server:recovery acceptance tests
Morgan Haskel committedJun 30, 2015 Configuration menu - View commit details
-
Copy full SHA for ba8880a - Browse repository at this point
Copy the full SHA ba8880aView commit details
Commits on Jul 1, 2015
-
(MODULES-2181) Fix variable scope for systemd-override
$manage_package_repo wasn't in scope for the template systemd-override.erb This was causing all RHEL7 systems with manage_package_repo on to fail on startup using systemctl, as the proper path to the original service file is set incorrectly. This patch adds the manage_package_repo to the top of the ::config class, and adds some basic tests in config_spec.rb to ensure we don't regress on this. Signed-off-by: Ken Barber <ken@bob.sh>
Configuration menu - View commit details
-
Copy full SHA for c21e2e5 - Browse repository at this point
Copy the full SHA c21e2e5View commit details -
Merge pull request puppetlabs#659 from kbarber/maint/4.4.x/fix_system…
…d_override_for_manage_package_repo (MODULES-2181) Fix variable scope for systemd-override
Configuration menu - View commit details
-
Copy full SHA for e40f837 - Browse repository at this point
Copy the full SHA e40f837View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ded2e - Browse repository at this point
Copy the full SHA e0ded2eView commit details -
Merge pull request puppetlabs#660 from DavidS/release-prep-4.4.1
Increment version number for 4.4.1
Configuration menu - View commit details
-
Copy full SHA for 9063dd5 - Browse repository at this point
Copy the full SHA 9063dd5View commit details
Commits on Jul 6, 2015
-
(MODULES-2185) Fix
withenv
execution under Puppet 2.7When executing a command with environment variables, the withenv helper under Puppet 2.7 is on Puppet::Util::Execution and on 3.0 to 3.3, it's on Puppet::Util.
Configuration menu - View commit details
-
Copy full SHA for 6c0a2e4 - Browse repository at this point
Copy the full SHA 6c0a2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c707c - Browse repository at this point
Copy the full SHA e3c707cView commit details -
Merge pull request puppetlabs#667 from bmjen/4.4.2-prep
4.4.2 prep
Morgan Haskel committedJul 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 99800c9 - Browse repository at this point
Copy the full SHA 99800c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3589021 - Browse repository at this point
Copy the full SHA 3589021View commit details -
Merge pull request puppetlabs#668 from bmjen/4.4.2-prep
updates metadata.json to include support for pe 2015.2
Morgan Haskel committedJul 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 602c753 - Browse repository at this point
Copy the full SHA 602c753View commit details
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 54c4ec9 - Browse repository at this point
Copy the full SHA 54c4ec9View commit details -
Merge pull request puppetlabs#669 from hunner/fix_metadata
Fix incorrect metadata
Morgan Haskel committedJul 7, 2015 Configuration menu - View commit details
-
Copy full SHA for c1564a0 - Browse repository at this point
Copy the full SHA c1564a0View commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2d8298e - Browse repository at this point
Copy the full SHA 2d8298eView commit details
Commits on Jul 10, 2015
-
Allow for undefined PostGIS version.
Steve Maddison committedJul 10, 2015 Configuration menu - View commit details
-
Copy full SHA for cda13df - Browse repository at this point
Copy the full SHA cda13dfView commit details
Commits on Jul 13, 2015
-
Merge pull request puppetlabs#670 from hunner/mergeback
Mergeback 4.4.x to master
Morgan Haskel committedJul 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 7cb4b9d - Browse repository at this point
Copy the full SHA 7cb4b9dView commit details
Commits on Jul 23, 2015
-
Fix postgis default package name on RedHat
The /5/ regex on $::operatingsystemrelease would match any distro release with a 5 in it, including for example Centos "7.1.1503". Given the commit message for this regex, it was meant to match RedHat / Centos 5.x.
Configuration menu - View commit details
-
Copy full SHA for 1956881 - Browse repository at this point
Copy the full SHA 1956881View commit details
Commits on Jul 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 584e3c9 - Browse repository at this point
Copy the full SHA 584e3c9View commit details -
Merge pull request puppetlabs#676 from hunner/prep_4.5.0
Prep 4.5.0
Morgan Haskel committedJul 24, 2015 Configuration menu - View commit details
-
Copy full SHA for c168e06 - Browse repository at this point
Copy the full SHA c168e06View commit details
Commits on Jul 29, 2015
-
(MODULES-2211) Fixed systemd-override for RedHat systems with unmanag…
…ed Yum repos This change lets the params class compute the name of the correct systemd unit file via $service_name.
Configuration menu - View commit details
-
Copy full SHA for f929cad - Browse repository at this point
Copy the full SHA f929cadView commit details
Commits on Aug 10, 2015
-
Merge pull request puppetlabs#674 from ckaenzig/fix-postgis-pkg-name
Fix postgis default package name on RedHat
Configuration menu - View commit details
-
Copy full SHA for 0ccf2b6 - Browse repository at this point
Copy the full SHA 0ccf2b6View commit details -
Merge pull request puppetlabs#671 from sanoma-technology/master
Allow for undefined PostGIS version.
Configuration menu - View commit details
-
Copy full SHA for 7981b09 - Browse repository at this point
Copy the full SHA 7981b09View commit details
Commits on Aug 11, 2015
-
Decouple pg_hba_rule from postgresql::server
This change allows the pg_hba_rule defined type to be used even if you have not included postgresql::server. By default it will continue with the same behavior as before, however, you can now specify some extra parameters that were previously coming directly from postgresql::server
Configuration menu - View commit details
-
Copy full SHA for 25c1bae - Browse repository at this point
Copy the full SHA 25c1baeView commit details
Commits on Aug 12, 2015
-
Merge pull request puppetlabs#678 from npwalker/modules_2321_improve_…
…pg_hba_rule Decouple pg_hba_rule from postgresql::server
Configuration menu - View commit details
-
Copy full SHA for 4b93634 - Browse repository at this point
Copy the full SHA 4b93634View commit details -
adding proxy option for yum repositories
Alexander Brovman committedAug 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 1eb45d0 - Browse repository at this point
Copy the full SHA 1eb45d0View commit details -
Merge pull request puppetlabs#672 from GoozeyX/addproxyoption
Add proxy option for yum repositories
Configuration menu - View commit details
-
Copy full SHA for 213bb75 - Browse repository at this point
Copy the full SHA 213bb75View commit details
Commits on Aug 19, 2015
-
removed inherits postgresql::params
inheriting postgresql::params creates a cycle, because postgresql::repo gets instantiated in postgresql::globals which is inherited by postgresql::params. Also postgresql::params are not needed, because only version is used by postgresql::repo, postgresql::repo::yum_postgresql_org and postgresql::repo::apt_postgresql_org and it get set in postgresql::globals by a resource like class instantiation.
Configuration menu - View commit details
-
Copy full SHA for 1507123 - Browse repository at this point
Copy the full SHA 1507123View commit details
Commits on Aug 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 750a8b6 - Browse repository at this point
Copy the full SHA 750a8b6View commit details -
tphoney committed
Aug 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 622b690 - Browse repository at this point
Copy the full SHA 622b690View commit details -
Merge pull request puppetlabs#682 from tphoney/release_prep_4_6_0
4_6_0 release prep
Configuration menu - View commit details
-
Copy full SHA for 43fd0e8 - Browse repository at this point
Copy the full SHA 43fd0e8View commit details
Commits on Aug 27, 2015
-
(MODULES-661) Remote DB support
Adds connection-settings (for remote DB support) when creating DB resources. Connection-settings allows a hash of options that can be used when connecting the a remote DB (such as PGHOST, PGPORT, PGPASSWORD PGSSLKEY) and a special option DBVERSION indicating the version of the remote database. Including - Puppet updates - Documentation updates - RSpec unit test updates - RSpec acceptance test updates - Some test coverage for connection-settings - Working acceptance test... Basic vagrant setup: * Two boxes, server and client * Runs puppet code to on server to setup a postgres server that allows all connections and md5 connections, creates db puppet to look at * Runs puppet code on client to make a server that a psql command can be run against puppet db on other server * Does some fancy stuff to get the fact of the IP from the first server to connect to - Backwards compatible, with deprecation warnings around old parameters
Configuration menu - View commit details
-
Copy full SHA for 6a29636 - Browse repository at this point
Copy the full SHA 6a29636View commit details -
Merge pull request puppetlabs#688 from DavidS/remote-postgres-control
(MODULES-661) Remote DB support
Configuration menu - View commit details
-
Copy full SHA for 405630a - Browse repository at this point
Copy the full SHA 405630aView commit details
There are no files selected for viewing
This file was deleted.