diff --git a/common/centos7/post.cfg b/common/centos7/post.cfg index b160991..e0425d2 100644 --- a/common/centos7/post.cfg +++ b/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 @@ -20,4 +20,6 @@ yum -y upgrade # PUPPET and resolved dependancies echo "Installing Puppet" echo "common/centos7/post.cfg: Installing Puppet" -yum -y install puppet-agent \ No newline at end of file +yum -y install puppet-agent + +echo "Finished common/centos7/post.cfg"