On 4/16/2010 8:25 PM, Derek Yarnell wrote:
Am I reading the right code which I believe is responsible and that
Import "foo/*" does not recursively import beyond the directory of foo
correct?

Yes.

Does the behavior of module importation import everything recursively
from the manifests directory? I am seeing behavior where a class in a
module was working but it wasn't imported it seems.

Content from modules is autoloaded by name. If a class/define "module::submodule::name" is not available after loading "module/manifests/init.pp", "module/manifests/submodule/name.pp" is tried automatically, making most imports unnecessary.

Best Regards, David
--
dasz.at OG              Tel: +43 (0)664 2602670     Web: http://dasz.at
Klosterneuburg                                         UID: ATU64260999

       FB-Nr.: FN 309285 g          FB-Gericht: LG Korneuburg

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@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