chef-systemd
chef-systemd copied to clipboard
Journald ForwardToWall option missing from docs
journald forward_to_wall property was removed from the README.md before version 3.0.0.
This is still an option in journald module options https://github.com/nathwill/chef-systemd/blob/3001ef2525e40e0e513fa783af84958fafa7f2a2/libraries/data.rb#L1056 and a valid option according to the journald docs https://www.freedesktop.org/software/systemd/man/journald.conf.html#ForwardToSyslog=
Wondering if removing from the README.md was intentional.