Hi All,
I'm using PE version 2017.2.1 for 10 nodes.
I'm running into below issue while installing puppet agent. I have tried in both redhat 7.3 & 6.8 servers to install puppet agent.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20122 100 20122 0 0 122k 0 --:--:-- --:--:-- --:--:-- 123k
The agent packages needed to support el-7-x86_64 are not present on your master. To add them, apply the pe_repo::platform::el_7_x86_64 class to your master node and then run Puppet. The required agent packages should be retrieved when puppet runs on the master, after which you can run the install.bash script again.
[root@vslrch1c003 ~]#
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20122 100 20122 0 0 26697 0 --:--:-- --:--:-- --:--:-- 153k
The agent packages needed to support el-6-x86_64 are not present on your master. To add them, apply the pe_repo::platform::el_6_x86_64 class to your master node and then run Puppet. The required agent packages should be retrieved when puppet runs on the master, after which you can run the install.bash script again.
[root@vslrch1c004 ~]#
Please help me how to solve above problem.