Hi all, Found a situation on which all classes inside a directory are ignored, this when the directory name is the same as a module name.
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class bar at /opt/puppet/test/nodes/gnucloud.tonyskapunk.net.pp:2 on node gnucloud.tonyskapunk.net Basically I have on site.pp an import of multiple classes inside a directory with import "foo/*" and also a module called "foo" Running debug on the master I see only the module is imported, this looks like a ruby thing, but since I'm not good at ruby I better ask, why is being ignored? debug: importing '/opt/puppet/test/modules/foo/manifests/init.pp' in environment test Details: Server/Client: 2.6.7 Node has: import bar bar is a class inside "foo" directory that is imported in site.pp Thanks. -- Tony http://blog.tonyskapunk.net -- 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.