It's possible that your mysql class inside of that mysql module has broken 
syntax, generating that error.

-Mark

On Mar 1, 2011, at 5:28 PM, Tim Dunphy wrote:

> hello list! could someone please offer an opinion as to why the mysql
> module I am attempting to include is not found?
> 
> ## error
> 
> [root@pdb1 ~]# puppetd --test
> err: Could not retrieve catalog from remote server: Error 400 on
> SERVER: Could not find class mysql at
> /etc/puppet/manifests/nodes.pp:25 on node pdb1.acadaca.net
> warning: Not using cache on failed catalog
> err: Could not retrieve catalog; skipping run
> 
> 
> 
> 
> ## nodes.pp
> 
> 
> 
> node 'pclient.acadaca.net' {
>                                include basefiles
>                                include baseapps
>                           }
> 
> node 'pclient2.acadaca.net' {
>                                include basefiles
>                                include baseapps
>                                include mysql
>                           }
> 
> node 'pclient4.acadaca.net' {
> 
>                               include basefiles
>                               include baseapps
>                          }
> node 'mclient.acadaca.net'{
>                            include basefiles
>                            include baseapps
>                            include webserver
>                           }
> node 'pdb1.acadaca.net'    {
>                            include basefiles
>                            include baseapps
>                            include mysql
>                            include postfix
>                           }
> 
> node 'kromep1.acadaca.net' {
>                              include basefiles
>                              include baseapps
>                              include webserver
>                            }
> 
> ## mysql module exists
> 
> [root@puppet ~]# ls -l /etc/puppet/modules/mysql/manifests/init.pp
> -rw-r--r-- 1 root root 396 Feb 28 18:03
> /etc/puppet/modules/mysql/manifests/init.pp
> 
> thank you kindly in advance! :)
> 
> -- 
> GPG me!!
> 
> gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
> 
> -- 
> 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@googlegroups.com.
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.
> 

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to