Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Subodh Kant
Hi Martin, Thanks. Is there any way to install puppet agent without having internet connectivity.?? Thnaks Subodh Kant -- 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

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Martin Alfke
Hi Subodh, you might want a repository mirror inside your network. Or: add a local repo only having the required packages. Or: install required packages during provisioning. Best, Martin On 18 Feb 2015, at 07:26, Subodh Kant sk14...@gmail.com wrote: Hi Martin, Thanks. Is there any way

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Subodh Kant
Hi Martin, Thanks. But how other packages are getting resolved?? If you see my log, all packages pe-x are getting resolved but only two packages (*pciutils, * *cyrus-sasl) *are getting fail which is not pe-x. When i install these two packages manually by RPM and then i ran curl command

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Martin Alfke
Hi Subodh, when using the simple curl puppet agent installer method you will get a repo file created on the node and the puppet master acts as pe-package repository server. All non PE packages have to be installed using the normal cents/rhel repositories. hth, Martin On 17 Feb 2015, at

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Martin Alfke
Hi Subodh, does the agent have the CentOS/RHEL repositories enabled? Look into /etc/yum.repos.d and check for *.repo files. hth, Martin On 17 Feb 2015, at 07:52, Subodh Kant sk14...@gmail.com wrote: Hi Puppet Team, I am facing Dependencies issue for puppet agent installation. Please help

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Subodh Kant
Hi Martin, Thank you for your reply. My CentOS servers does not have internet connectivity so CentOS repo will not work in this case. And RHEL also not connected Redhat satellite server so there is no repo for RHEL too. On my puppet server only, yum.puppetlabs.com is enable and it can

Re: [Puppet Users] Dependencies issue for puppet agent installation

2015-02-17 Thread Martin Alfke
Hi Subodh, the Puppet master generates a catalog for the agent. Within the catalog the agent receives information regarding its configuration. The agent will then issue proper commands based on the declared Puppet resource types. For packages the agent (RHEL, CentOS) will use the yum command.

[Puppet Users] Dependencies issue for puppet agent installation

2015-02-16 Thread Subodh Kant
Hi Puppet Team, I am facing Dependencies issue for puppet agent installation. Please help me to resolved this issue. I am running PE 3.7 on CentOS 7 and clients are CentOS 7 and RHEL 7. I ran this command on puppet agent... curl -k https://host1.xxx.com:8140/packages/current/install.bash |