chef-systemd
chef-systemd copied to clipboard
resource-driven chef cookbook for managing linux systems via systemd
Hello, I have recently upgraded my Chef client and have noticed deprecation warnings related to `unified_mode` (more info at https://docs.chef.io/deprecations_unified_mode/). Nothing major, but reporting for posterity. Chef Infra: 17.4.38 systemd...
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...
A network unit file can specify multiple static addresses for an interface. Even mixing of IPv4 and IPv6 addresses is possible. A working example would look like ```ini [Match] Name...
The idea is to use the ```kind_of``` attribute of a property to differentiate between properties that need array values to be joined by " " and properties that need to...