[Puppet Users] Name or service not known

2011-05-27 Thread Sumith Sudhakaran
Hi, When I am trying update from puppet client, getting error like blow err: Could not request certificate: getaddrinfo: Name or service not known Please help to solve the same.. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this

[Puppet Users] Puppet fileserver path

2011-05-25 Thread Sumith Sudhakaran
Hi, Is it possible, to change the default puppet file server path. *[files] path /var/lib/puppet/files* -- * Regards*** * Sumith** * -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to

Re: [Puppet Users] Puppet fileserver path

2011-05-25 Thread Sumith Sudhakaran
thanks Peter On Wed, May 25, 2011 at 6:10 PM, Peter Bukowinski pmb...@gmail.com wrote: On Wednesday, May 25, 2011 at 8:10 AM, Sumith Sudhakaran wrote: Hi, Is it possible, to change the default puppet file server path. [files] path /var/lib/puppet/files -- Regards Sumith

[Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
Hi, I am trying to transfer more than 3mb file form puppet server to client, I am error like below err: compile error (erb):1189: Invalid char `\027' in expression Please help. -- * Regards*** * Sumith** * -- You received this message because you are subscribed to the Google Groups Puppet

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
/Puppet/GettingStarted/5 This is a great site for helping to debug code too: http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php Cheers, Den On 24/05/2011, at 17:01, Sumith Sudhakaran sumit...@gmail.com wrote: Hi, I am trying to transfer more than 3mb file

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
. I uses apache/passenger combination and don't have file transfer issues, but I can't recall if any of the files are larger than 3mb. Cheers, Den On 24/05/2011, at 17:50, Sumith Sudhakaran sumit...@gmail.com sumit...@gmail.com wrote: Hi, Thanks for the reply When I am trying

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
for helping to debug code too: http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php Cheers, Den On 24/05/2011, at 17:01, Sumith Sudhakaran sumit...@gmail.com wrote: Hi, I am trying to transfer more than 3mb file form puppet server to client, I am error

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
you to read the documentation provided in the various links I've included in my replies. Cheers, Den On 24/05/2011, at 19:02, Sumith Sudhakaran sumit...@gmail.com sumit...@gmail.com wrote: Hi, below I am mentioning my manifests file file { /usr/11.pdf: owner = root

[Puppet Users] How can i copy a directory

2011-05-23 Thread Sumith Sudhakaran
HI How can i copy a directory from puppet master to client I have tried this, but its giving error. I am using redhat 5.6 and puppet 2.6.8 file { /usr: ensure = directory, owner = root, group = root, mode = 777, content = template(/usr/local/sbin/), Please help me.. -- * Regards*** *

Re: [Puppet Users] How can i copy a directory

2011-05-23 Thread Sumith Sudhakaran
not work like you think it does. It is for file templates using ERB. For recursive directories you need something like: source = puppet:///module/name/somedirectory Cheers, Den On 23/05/2011, at 20:05, Sumith Sudhakaran sumit...@gmail.com wrote: HI How can i copy a directory from puppet

[Puppet Users] Not able to execute shell script

2011-05-19 Thread Sumith Sudhakaran
Hi, After configuring puppet ( 2.6.8 ) in RHEL 5 update 6, I am able to execute commands individually but I am not able execute the shell script, its giving error only. Somebody please help me how can I execute a shell script in rhel5 update6 using puppetserver. hereunder I am mentioning the