That error message output is perhaps telling you what you need to do to fix the problem, which is to classify your master node with the appropriate pe_repo::platform:: subclass. Have you followed the directions for PE agents? https://docs.puppet.com/pe/latest/install_agents.html#installing-puppet-agents-with-pe-package-management
On Sun, Jun 11, 2017 at 10:34 AM, <[email protected]> wrote: > 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. > > [root@vslrch1c003 ~]# curl -k https://10.0.0.100:8140/ > packages/current/install.bash | sudo bash > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 20122 100 20122 0 0 122k 0 --:--:-- --:--:-- --:--:-- > 123k > curl failed to get https://vslrch1c001.fix.online:8140/packages/2017.2.1/ > el-7-x86_64.bash > 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 ~]# > > [root@vslrch1c004 ~]# curl -k https://10.0.0.100:8140/ > packages/current/install.bash | sudo bash > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 20122 100 20122 0 0 26697 0 --:--:-- --:--:-- --:--:-- > 153k > curl failed to get https://vslrch1c001.fix.online:8140/packages/2017.2.1/ > el-6-x86_64.bash > 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. > > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/309a6f15-b53d-4c58-9c9d-546cb4ed0a32%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/309a6f15-b53d-4c58-9c9d-546cb4ed0a32%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAOsPUcgde3gGirQRQq-nzcWtwMn%3DT-nEtFFy3%3D%2BO4v_%2B%3D8kMCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
