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

Commits on Sep 14, 2022

  1. (MAINT) Refactoring OSs based on puppet agent docs

    Prior to this commit the metadata.json file for this module listed OSs that are not supported by puppet agent as supported.
    This commit aims to refactor the metadata.json file to only list OSs that are supported by puppet agent.
    
    The list of supported OSs can be found here:
    https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
    John Doe committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    01099a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge pull request #2314 from puppetlabs/maint-os_refactor

    (MAINT) Removing support for CentOS 8
    GSPatton authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e0c3a99 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    314d5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge pull request #2317 from puppetlabs/revert-2314-maint-os_refactor

    Revert "(MAINT) Removing support for CentOS 8"
    chelnak authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4d85082 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. (maint) Codebase Hardening

    Changes made to ensure that no malformed commands are passed through to the system.
    david22swan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    4190789 View commit details
    Browse the repository at this point in the history
  2. (maint) Corrective changes

    - Fixes made to spec tests
    - onlyif commands corrected
    - remove unnecessary shell_escapes
    - variable used in place of replicated assignment
    - $_file_path neatened
    david22swan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2dc32cc View commit details
    Browse the repository at this point in the history
  3. (maint) Update $verify_command type

    The unless variable in an exec manifest, which $verify_command is directly passed too, accepts either an Array or and Array of Arrays as input.
    Updating the variables type and default values to match this.
    In the case where it is passed a String it proceeds to wrap it in an Array and then treat it as such.
    david22swan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    a565ea9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2313 from david22swan/maint/codebase_hardening

    (maint) Codebase Hardening
    chelnak authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3b4bae8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Release prep v8.2.1

    GitHub Action committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    956889e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Update CHANGELOG.md

    david22swan authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    42bc295 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2321 from puppetlabs/release-prep

    Release prep v8.2.1
    david22swan authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    54fa0c4 View commit details
    Browse the repository at this point in the history
Loading