Skip to content

Commit

Permalink
Add newlines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
ephracis authored and richm committed Mar 22, 2024
1 parent 79dbea5 commit d1984a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ journald_compression: true
journald_sync_interval: 0
journald_forward_to_syslog: false
journald_rate_limit_interval_sec: 30
journald_rate_limit_burst: 10000
journald_rate_limit_burst: 10000
2 changes: 1 addition & 1 deletion templates/journald.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RuntimeMaxFileSize={{ journald_max_file_size }}M
Compress={{ journald_compression | bool | ternary("yes", "no") }}
ForwardToSyslog={{ journald_forward_to_syslog | bool | ternary("yes", "no") }}
RateLimitIntervalSec={{ journald_rate_limit_interval_sec }}s
RateLimitBurst={{ journald_rate_limit_burst }}
RateLimitBurst={{ journald_rate_limit_burst }}

0 comments on commit d1984a4

Please sign in to comment.