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: voxpupuli/puppet-systemd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0
Choose a base ref
...
head repository: voxpupuli/puppet-systemd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 16, 2021

  1. Do a daemon reload for static units

    Services that are deployed by systemd::timer need to trigger a
    `systemctl daemon-reload` when the .service file is changed.
    
      systemd::timer { 'foo.timer':
        timer_content   => $foo_timer,
        service_content => $foo_service,
        active          => true,
        enable          => true,
      }
    
    results in a foo.service that is neither active nor enabled. It is
    a "static" unit that will be triggered by the foo.timer alone. This
    fixes #190 and more specifically:
    
    #190 (comment)
    
    Signed-off-by: Simon Deziel <simon@sdeziel.info>
    simondeziel committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e4907f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 17, 2021

  1. modulesync 4.2.0

    bastelfreak committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9e36225 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from voxpupuli/modulesync

    modulesync 4.2.0
    bastelfreak authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    65af359 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Declare a default for $accounting

    In ff098e0 the defaults were moved from
    data/common.yaml to init.pp but this was missed. That means on
    unsupported platforms it no longer works to include the class (which
    should be a noop).
    
    Fixes: ff098e0
    ekohl committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b152de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from ekohl/fix-accounting

    Declare a default for $accounting
    bastelfreak authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b976e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Correct use_stub_resolver example in README

    The example in README was had used `dns_stub_resolver` when the
    parameter is actually `use_stub_resolver`
    traylenator committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f71a4ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from traylenator/usedns

    Correct use_stub_resolver example in README
    kenyon authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    2aedb1c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Add tests for static units (.service triggered by .timer)

    Signed-off-by: Simon Deziel <simon@sdeziel.info>
    simondeziel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b705e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge pull request #199 from simondeziel/static-unit

    Do a daemon reload for static units
    bastelfreak authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8a4c566 View commit details
    Browse the repository at this point in the history
  2. Release 3.5.1

    bastelfreak committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1d74294 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #233 from bastelfreak/rel351

    Release 3.5.1
    bastelfreak authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3eaf8a6 View commit details
    Browse the repository at this point in the history
Loading