Skip to content

Commit

Permalink
enable systemd-journal-remote service
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Nov 12, 2024
1 parent b5d0455 commit 895a42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/journal_remote.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

service { 'systemd-journal-remote':
ensure => running,
enable => true,
}
$systemd::journal_remote_settings.each |$option, $value| {
ini_setting { "journal-remote_${option}":
Expand Down

0 comments on commit 895a42e

Please sign in to comment.