Skip to content

Commit

Permalink
Merge pull request #10790 from Mackemania/journald_unquote_params
Browse files Browse the repository at this point in the history
Remove quotes from journald config parameters
  • Loading branch information
Mab879 authored Jul 3, 2023
2 parents 9d16f42 + ab7ec1f commit 17bc123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ template:
path: /etc/systemd/journald.conf
parameter: Compress
value: yes
no_quotes: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ template:
path: /etc/systemd/journald.conf
parameter: ForwardToSyslog
value: yes
no_quotes: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ template:
path: /etc/systemd/journald.conf
parameter: Storage
value: persistent
no_quotes: 'true'

0 comments on commit 17bc123

Please sign in to comment.