We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 905f62c + 50f305e commit 30b9673Copy full SHA for 30b9673
1 file changed
common/configuration/puppet.yaml.tftpl
@@ -53,6 +53,8 @@ runcmd:
53
# Enable fastest mirror for distribution using dnf package manager
54
dnf -y install dnf-plugins-core
55
dnf config-manager --setopt=fastestmirror=True --save
56
+ # Disable weak dependencies' installation (example: pipewire-pulseaudio is a weak dependency of ipa-dns-server)
57
+ dnf config-manager --setopt=install_weak_deps=False --save
58
# If the image has not openssh-server installed but sshd_config still exists
59
# installing the new RPM will not overwrite the file and depending on the file
60
# content it might catastrophic (some sshd_config are empty, some miss esential lines).
0 commit comments