|
|
@ -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 |
|
|
|
yum -y install puppet-agent |
|
|
|
|
|
|
|
echo "Finished common/centos7/post.cfg" |
|
|
|