[Puppet Users] Name or service not known issue

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 puppetd --test output:- err: Could not request certificate: getaddrinfo: Name or service not known Exiting; failed to retrieve certificate and wait

[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

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 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/pup

[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 puppet-users@googl

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
Try: > source => "/usr/11.pdf" > > or use a uri to to location of the file. > > I strongly urge 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 &l

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
ntax-checking > > http://www.devco.net/pubwiki/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, Sumit

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
to use apache if you're going to transfer > large files. > > 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 Sudh

Re: [Puppet Users] err: compile erro

2011-05-24 Thread Sumith Sudhakaran
t; http://www.devco.net/pubwiki/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 wrote:

[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] How can i copy a directory

2011-05-23 Thread Sumith Sudhakaran
ttp://docs.puppetlabs.com/references/stable/type.html#file > > content => template("/usr/local/sbin/), > > > That does not work like you think it does. It is for file templates using > ERB. For recursive directories you need something like: > > source => puppet:///module/

[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] Not able to execute shell script

2011-05-20 Thread Sumith Sudhakaran
rs, > Den > > > On 20/05/2011, at 13:58, Sumith Sudhakaran wrote: > > 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 hel

Re: [Puppet Users] Not able to execute shell script

2011-05-20 Thread Sumith Sudhakaran
rs, > Den > > > On 20/05/2011, at 13:58, Sumith Sudhakaran wrote: > > 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 hel

[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 m