Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 1, 2015

  1. (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>
    kbarber committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    c21e2e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #659 from kbarber/maint/4.4.x/fix_systemd_override…

    …_for_manage_package_repo
    
    (MODULES-2181) Fix variable scope for systemd-override
    DavidS committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    e40f837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ded2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #660 from DavidS/release-prep-4.4.1

    Increment version number for 4.4.1
    bmjen committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    9063dd5 View commit details
    Browse the repository at this point in the history
Loading