Browse Source

Added fresh line at the end to ensure puppet is installed.

master
dave 3 years ago
parent
commit
2bf3f34836
  1. 4
      common/centos7/post.cfg

4
common/centos7/post.cfg

@ -12,7 +12,7 @@ echo "adding Puppet Labs"
rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm
### UPGRADE
echo "Forcing and upgrade of the system"
echo "Forcing an upgrade of the system"
echo "common/centos7/post.cfg: upgrading the system"
yum -y upgrade
@ -21,3 +21,5 @@ yum -y upgrade
echo "Installing Puppet"
echo "common/centos7/post.cfg: Installing Puppet"
yum -y install puppet-agent
echo "Finished common/centos7/post.cfg"

Loading…
Cancel
Save