You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following voxpupuli#246 and voxpupuli#254 systemd-resolved was installed on OS family
RedHat 9 only.
On RedHat 7 a systemd-resolved package is now installed as it is
available.
For information it is only RedHat 8 that does not have a systemd-resolved
package.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ class{'systemd':
306
306
}
307
307
```
308
308
309
-
when `manage_systemd` is true any required sub package, e.g. `systemd-resolved` on CentOS 8, will be installed. However configuration of
309
+
when `manage_systemd` is true any required sub package, e.g. `systemd-resolved` on CentOS 9, will be installed. However configuration of
310
310
systemd-resolved will only occur on second puppet run after that installation.
311
311
312
312
This requires [puppetlabs-inifile](https://forge.puppet.com/puppetlabs/inifile), which is only a soft dependency in this module (you need to explicitly install it). Both parameters accept a string or an array.
0 commit comments