Skip to content
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

(PDB-3587) Add puppetlabs-postgresql 5.x support and integrate rspec-puppetfacts #260

Merged
merged 18 commits into from
Jun 29, 2017

Commits on Jun 26, 2017

  1. Add Jetbrains project folder to gitignore

    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    f6f9d95 View commit details
    Browse the repository at this point in the history
  2. Add rspec-puppet-facts gem

    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    640185e View commit details
    Browse the repository at this point in the history
  3. Enable rspec-puppet-facts in the spec_helper.rb file

    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    720999c View commit details
    Browse the repository at this point in the history
  4. Convert $database_port into an integer

    Converted $database_port into an integer for compatibility with
    puppetlabs-postgresql 5.x
    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    be976df View commit details
    Browse the repository at this point in the history
  5. Add logic for manage_pg_repo defaults

    The manage_pg_repo defaulted to 'true' in all cases. This proved
    to be a problem on supported OSes that weren't of the Redhat or
    Debian families as puppetlabs-postgresql only supports managing
    Debian or Redhat Postgresql repositories.
    
    The parameter now defaults to true only when $osfamily is Redhat or
    Debian
    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    4e7e81a View commit details
    Browse the repository at this point in the history
  6. Add rspec-puppet-facts integration

    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    7e20c5f View commit details
    Browse the repository at this point in the history
  7. Added postgresql 5.x support to the module

    David Hollinger committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    7ad8f78 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    b753ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d573d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b4e7a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dcbade View commit details
    Browse the repository at this point in the history
  5. Add additional Beaker gems

    dhollinger committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    dbc47e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aac7181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b7dc23 View commit details
    Browse the repository at this point in the history
  8. Update spec_helper_acceptance

    Updated the spec_helper_acceptance.rb file to utilize a few more
    beaker helper gems to simplify agent and dependency installs.
    
    Updated the puppetserver and puppetlabs release install logic to
    use Puppet Collections and supported packages.
    dhollinger committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    21ddc2f View commit details
    Browse the repository at this point in the history
  9. Update acceptance tests to use current configs

    Updated base_spec.rb to utilize the newer, supported directory paths
    and corrected the ntp panic attribute which is no longer a boolean
    value.
    dhollinger committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    cce7d2c View commit details
    Browse the repository at this point in the history
  10. Fix typo that was causing centos beaker tests to fail

    David Hollinger committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    bfec67b View commit details
    Browse the repository at this point in the history
  11. Use scanf() to cast to an integer

    David Hollinger committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    74bb289 View commit details
    Browse the repository at this point in the history