Hi everybody,

i have to install keystone package on puppet client :
i have some module  in puppet master 
/etc/puppet/modules/keystone/manifests/init.pp
and when i include it in client ,getting an class not found.
any help is accepted.
Thank you.

                                                                                
                                                       
152,5         34%


On Thursday, 16 December 2010 07:18:47 UTC+5:30, Dmytro Bablinyuk wrote:
>
> Hi Everybody, 
>
> I am sure that I am missing something very obvious, 
>
> I have installed rsync package 
>
> git clone https://github.com/camptocamp/puppet-rsyncd.git rsync 
>
> The path 
>
> root@puppet-master:/etc/puppet/modules/rsync/manifests/classes# ls -l 
> total 4 
> -rw-r--r-- 1 root root 1078 2010-12-16 09:54 rsyncd.pp 
>
> The manifest file 
>
> package { ["rsync", "xinetd"]: ensure => present } 
> service { "xinetd": ensure => running } 
>
> include rsyncd 
>
> rsyncd::export { "etc": 
>     path => "/etc", 
>     chroot => true, 
>     gid => "staff", 
>     allow => ["172.16.50.4", "172.16.41.10"], 
> } 
>
> I have error on the client 
>
> root@puppet-client-ubuntu:~# puppetd --test 
> info: Retrieving plugin 
> err: Could not retrieve catalog from remote server: Error 400 on 
> SERVER: Could not find class rsyncd at /etc/puppet/manifests/site.pp: 
> 33 on node puppet-client-ubuntu.harbour 
> warning: Not using cache on failed catalog 
> err: Could not retrieve catalog; skipping run 
>
> How do I specify path to the rsyncd class? 
>
> Thank you 
> Dmytro 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0df3c085-bdba-4b44-a9d4-f4477274b49f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to