[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-24 Thread Jason Cochard
Here is a good start: http://projects.puppetlabs.com/projects/1/wiki/using_passenger Also the book, Pro Puppet, covers this in detail. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Juan Cubillo
I'm still learning about puppet. I'll try to read some more about Passenger. If you have any good links with info I'll aprreciate if you may guide me on my "quest" to learn about this system. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Jason Cochard
Excellent. Glad you were able to fix it. May I next suggest moving your puppet deployment to Passenger and Apache? :) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/m

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Juan Cubillo
FIXED! Returned default values to /etc/sysconfig/puppet and added *server = fqt.mydomain.cr* to the [main] block on /etc/puppet/puppet.conf This fixed the *getaddrinfo: Name or service not known* erro but now added the following: err: Could not retrieve catalog from remote server: Error 414 o

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Juan Cubillo
I made my initial config on the file /etc/sysconfig/puppet because the guide I used said so. However, I was reading some more and it seems the correct file to edit should be /etc/puppet/puppet.conf I'm going to edit the file and report what happens. - Juan On Tuesday, 22 January 2013 15:21:36

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Juan Cubillo
I just made a slight change that also changed the error... According to google the* getaddrinfo: Name or service not known *means that the client can not find the server. I decided to specify the server uusing the command> puppet agent --server=puppet.mydomain.cr --test And now this is returne

[Puppet Users] Re: New user learning puppet and getting error> getaddrinfo: Name or service not known

2013-01-22 Thread Jason Cochard
Hi Juan, I believe your puppet.conf file should contain the line: [main] server = puppet.mydomain.cr and not "PUPPET_SERVER". At least, that is how my clients determine which server to connect to. This error usually is a failure of the client to find the puppetmaster. Can you ping the pupp