forked from puppetlabs/puppetlabs-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
update from original #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patch metadata
Replace the symlink with the actual file to resolve a PMT issue.
Prepare 3.3.3 supported release.
Remove autorelease
Allows for OS specific $user and $group value specification. For most of the target operating systems these will both be 'postgres'. For FreeBSD however these values are 'pgsql'.
This matches the behaviour of most of the other operating systems configurations.
FreeBSD needs /usr/local/bin in PATH in order to find bash. This does
require that the node has the bash port installed. It might be desired
that a separate script was provided for FreeBSD which used its /bin/sh,
this could be done by changing the for loop in the script to use
for c in $(jot $TRIES)
in place of
for (( c=1; c<=$TRIES; c++ ))
On FreeBSD systems the $user variable is not 'postgres' so does not match the default database correctly. These changes use the existing default_database parameter to replace instances where $user is passed as the database to be connected to. These changes are in server::database, server::role and server::grant.
Fix FreeBSD support
Fix unit tests with rspec-puppet 1.0
The latest Rake update requires Ruby >= 1.9. This update fixes the failing 1.8.7 tests by pinning Rake to the last supported version on ruby 1.8.7. This patch is borrowed from @blkperl
Fixed travis by updating Gemfile to pin Rake to 10.1.1
Allow the ex- and import of postgresql::server::db
Things like IP addresses DO need to be in quotes. Fixing regex to reflect requirement.
rhel support added by @mcanevet, but the branch has been squashed. thanks!
…it-support Postgresql server role inherit support
postgis support
Fix postgresql_conf quote logic
4.1.0 prep
Fix errors with future parser
Let's actually have the version number
merge 4.1.x into master
…nfig should not be overridden
MODULES-1485 Reverted to default behavior for Debian systems as pg_config should not be overridden
Update for using Geppetto plugin in CI
Loosely addresses MODULES-1522
The target no longer exists.
MODULES-1522 Add service_manage parameter
Minor README internal resource linking fixes.
The puppet_facts gem implicitly depends on the json gem. On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is not explicitly pulled in by the hiera gem. So we add it here explicitly.
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
FM-1523: Added module summary to metadata.json
Allow per-schema grants and support for 'ALL TABLES IN SCHEMA'
Add IntelliJ files to the ignore list
Fixing autodetected version for Debian Jessie, which should use postgresql 9.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.