Re: [Puppet Users] (New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient

2013-01-21 Thread Fusebox
t;:* > *ensure => present,* > *require => Package["sudo],* > *}* > *}* > * > * > There isn't a trailing doublequote for the "sudo" line. > > On 20 January 2013 16:38, Fusebox > wrote: > >> Hello Folks! >> >>

[Puppet Users] (New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient

2013-01-20 Thread Fusebox
Hello Folks! I am trying to learn puppet. Installed the puppet 3.0.2 and configured one node as the master and the other as the client. Generated the certs and all that. But, I seem to be doing something wrong wrt to the init.pp file. Attached is exact error and my current server configuration.