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: v6.10.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: v6.10.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 7 contributors

Commits on Feb 5, 2021

  1. Also perform systemd daemon-reload on Puppet 6.1+

    The way daemon-reload is implemented in Puppet 6.1 is by calling
    
        systemctl show --property=NeedDaemonReload -- $SERVICE
    
    If that returns yes then it performs systemctl daemon-reload. However,
    this doesn't work reliable because of the particular case.
    
        # systemctl show --property=NeedDaemonReload -- postgresql
        Failed to get properties: Access denied
    
    This is probably because the original unit file is removed.
    ekohl committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3d47832 View commit details
    Browse the repository at this point in the history
  2. Move the Template uses comment to the actual template

    This moves it so it's closer to the actual call to template()
    ekohl committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    18e7cf6 View commit details
    Browse the repository at this point in the history
  3. Improve systemctl daemon-reload comment wording

    Co-authored-by: Evgeni Golov <evgeni@golov.de>
    ekohl and evgeni authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    75cdb52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1233 from ekohl/fix-systemd-reload

    Also perform systemd daemon-reload on Puppet 6.1+
    sheenaajay authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8498326 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request #1234 from puppetlabs/release

    (IAC-1408) Release mergeback v6.10.0
    sheenaajay authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4e72c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7bef8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1206 from puppetlabs/pdksync_gitpod

    pdksync - Update pdk-templates for gitpod and codespaces support
    michaeltlombardi authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    cf07254 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Release version 6.10.1

    Auto-release committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    88a7c01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1235 from sheenaajay/release

    (IAC-1421) Release Prep v6.10.1
    pmcmaw authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a16a0ce View commit details
    Browse the repository at this point in the history
Loading