[root@slim-bestseller ~]# rpm -Uvh http://yum.puppetlabs.com/puppet6/puppet-release-el-7.noarch.rpm |
Retrieving http://yum.puppetlabs.com/puppet6/puppet-release-el-7.noarch.rpm |
warning: /var/tmp/rpm-tmp.QejvPQ: Header V4 RSA/SHA256 Signature, key ID ef8d349f: NOKEY |
Preparing... ################################# [100%] |
Updating / installing... |
1:puppet-release-1.0.0-7.el7 ################################# [100%] |
[root@slim-bestseller ~]# yum install -y puppet-agent |
Loaded plugins: fastestmirror |
localmirror-extras | 2.9 kB 00:00:00 |
localmirror-os | 3.6 kB 00:00:00 |
localmirror-updates | 2.9 kB 00:00:00 |
puppet | 2.5 kB 00:00:00 |
(1/5): localmirror-extras/primary_db | 159 kB 00:00:00 |
(2/5): puppet/x86_64/primary_db | 240 kB 00:00:00 |
(3/5): localmirror-os/group_gz | 165 kB 00:00:00 |
(4/5): localmirror-os/primary_db | 6.0 MB 00:00:00 |
(5/5): localmirror-updates/primary_db | 5.9 MB 00:00:00 |
Determining fastest mirrors |
Resolving Dependencies |
--> Running transaction check |
---> Package puppet-agent.x86_64 0:6.12.0-1.el7 will be installed |
--> Finished Dependency Resolution |
|
Dependencies Resolved |
|
=========================================================================================================================================== |
Package Arch Version Repository Size |
=========================================================================================================================================== |
Installing: |
puppet-agent x86_64 6.12.0-1.el7 puppet 23 M |
|
Transaction Summary |
=========================================================================================================================================== |
Install 1 Package |
|
Total download size: 23 M |
Installed size: 23 M |
Downloading packages: |
warning: /var/cache/yum/x86_64/7/puppet/packages/puppet-agent-6.12.0-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID ef8d349f: NOKEY |
Public key for puppet-agent-6.12.0-1.el7.x86_64.rpm is not installed |
puppet-agent-6.12.0-1.el7.x86_64.rpm | 23 MB 00:00:01 |
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-release |
Importing GPG key 0xEF8D349F: |
Userid : "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <rel...@puppet.com>" |
Fingerprint: 6f6b 1550 9cf8 e59e 6e46 9f32 7f43 8280 ef8d 349f |
Package : puppet-release-1.0.0-7.el7.noarch (installed) |
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-release |
Running transaction check |
Running transaction test |
Transaction test succeeded |
Running transaction |
Warning: RPMDB altered outside of yum. |
Installing : puppet-agent-6.12.0-1.el7.x86_64 1/1 |
Verifying : puppet-agent-6.12.0-1.el7.x86_64 1/1 |
|
Installed: |
puppet-agent.x86_64 0:6.12.0-1.el7 |
|
Complete! |
[root@slim-bestseller ~]# iptables -A INPUT -p tcp --dport 8140 -j DROP |
[root@slim-bestseller ~]# /opt/puppetlabs/bin/puppet agent -t --http_connect_timeout 5s --server localhost |
Error: Request to https://localhost:8140/puppet-ca/v1 timed out connect operation after 5.001 seconds |
Wrapped exception: |
execution expired |
Error: No more routes to ca |
Error: Could not run: No more routes to ca
|