Hi,
I am declaring class (for test)  on my puppet master but when i want apply 
on my node i have the next error:

[root@nodo1 ~]#  puppet agent --test --noop
Info: Retrieving plugin
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Could not find class baseConf for nodo1.example.com on node 
nodo1.example.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
[root@nodo1 ~]#

My structure puppet master is:

[root@master puppet]# ll modules/baseConf/
files/     manifests/ templates/

My class: 

[root@master puppet]# less modules/baseConf/manifests/init.pp
class baseConf {

        package { "telnet": ensure => present, ensure => running, }
        package { "nmap": ensure => present, ensure => running, }

}

My statement site.pp

[root@master puppet]# less manifests/site.pp

node 'nodo1.example.com' {
        include baseConf
}


I check the sintax and the structure directory but i don undertand the 
problem.


-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to