Browse Source

Added policycoreutils-python-utils to see if that fixes the semanage issue

master
dave 3 years ago
parent
commit
8a0b1c691c
  1. 2
      common/centos8/post.cfg

2
common/centos8/post.cfg

@ -18,3 +18,5 @@ dnf -y upgrade
echo "Installing Puppet"
dnf -y install puppet-agent
## this is needed for semanage
dnf -y install policycoreutils-python-utils

Loading…
Cancel
Save