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: v12.0.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: v12.0.1
Choose a head ref
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    65bc030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b101b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7701e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9c6a8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0262bf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix extra newline at end of headers

    This slept through while converting templates form erb to epp.  Remove
    it so that it is easier to spot regressions if the catalog is not
    supposed to change but applying it in noop mode wants to change the
    actual files.
    smortex committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    184d219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de9755 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Fix use_canonical_name directive

    This is missing a newline char and breaks on recent (12.0.0)
    puppetlabs-apache:
    ```
    apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.
    ```
    
    This fix is inspired by fb9d1313, it's functionally the same. Adds the
    missing newline and also adds two spaces for indentation.
    pebtron committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b22bb01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2515 from pebtron/main

    Fix use_canonical_name directive
    ekohl authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d971401 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2506 from bastelfreak/fixtures

    Cleanup .fixtures.yml
    smortex authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a521d39 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2505 from bastelfreak/compile

    vhost_spec: test if whole catalog compiles
    smortex authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9a339d1 View commit details
    Browse the repository at this point in the history
  5. Release prep v12.0.1

    GitHub Actions committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d3d2d5f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request #2516 from puppetlabs/release-prep

    Release prep v12.0.1
    smortex authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    61b7ceb View commit details
    Browse the repository at this point in the history
Loading