-
-
Notifications
You must be signed in to change notification settings - Fork 146
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-systemd
base: v3.5.0
head repository: voxpupuli/puppet-systemd
compare: v3.5.1
- 12 commits
- 9 files changed
- 5 contributors
Commits on Jun 16, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for e4907f1 - Browse repository at this point
Copy the full SHA e4907f1View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48a72f7 - Browse repository at this point
Copy the full SHA 48a72f7View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9e36225 - Browse repository at this point
Copy the full SHA 9e36225View commit details -
Merge pull request #228 from voxpupuli/modulesync
modulesync 4.2.0
Configuration menu - View commit details
-
Copy full SHA for 65af359 - Browse repository at this point
Copy the full SHA 65af359View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b152de - Browse repository at this point
Copy the full SHA 0b152deView commit details -
Merge pull request #229 from ekohl/fix-accounting
Declare a default for $accounting
Configuration menu - View commit details
-
Copy full SHA for 0b976e3 - Browse repository at this point
Copy the full SHA 0b976e3View commit details
Commits on Sep 24, 2021
-
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`
Configuration menu - View commit details
-
Copy full SHA for f71a4ad - Browse repository at this point
Copy the full SHA f71a4adView commit details -
Merge pull request #230 from traylenator/usedns
Correct use_stub_resolver example in README
Configuration menu - View commit details
-
Copy full SHA for 2aedb1c - Browse repository at this point
Copy the full SHA 2aedb1cView commit details
Commits on Oct 19, 2021
-
Add tests for static units (.service triggered by .timer)
Signed-off-by: Simon Deziel <simon@sdeziel.info>
Configuration menu - View commit details
-
Copy full SHA for b705e44 - Browse repository at this point
Copy the full SHA b705e44View commit details
Commits on Oct 20, 2021
-
Merge pull request #199 from simondeziel/static-unit
Do a daemon reload for static units
Configuration menu - View commit details
-
Copy full SHA for 8a4c566 - Browse repository at this point
Copy the full SHA 8a4c566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d74294 - Browse repository at this point
Copy the full SHA 1d74294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eaf8a6 - Browse repository at this point
Copy the full SHA 3eaf8a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.0...v3.5.1