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-vcsrepo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-vcsrepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 29, 2022

  1. (GH-552) Fix home directory evaluation

    Prior to this commit the module would fail when executed under the
    context of systemd.
    
    This was because Dir.home tries to expand `~` when
    no UID is passed.
    However the HOME environment variable is not available
    when the agent is executed by systemd resulting in the following error:
    
    `Could not evaluate: couldn't find login name -- expanding ~`
    
    This commit fixes this by reverting to using Etc.getpwuid so that we can
    retrieve the home dir from the  uid of the current process.
    
    For consistency, retrieval of home dirs for a given user has also been
    changed to use Etc.getpwnam.
    chelnak committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    28c8a65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #553 from puppetlabs/GH-552-home_directory_evaluat…

    …ion_fix
    
    (GH-552) Fix home directory evaluation
    david22swan authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8d0cd41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9002480 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request #543 from puppetlabs/pdksync_GH-cat-12/main/add_re…

    …dhat_9_support
    
    pdksync - (GH-cat-12) Add Support for Redhat 9
    david22swan authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    756242a View commit details
    Browse the repository at this point in the history
  2. Release prep v5.2.0

    GitHub Action committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    99eb81e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #554 from puppetlabs/release-prep

    Release prep v5.2.0
    chelnak authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    18de2af View commit details
    Browse the repository at this point in the history
Loading