Issue #14227 has been updated by eric sorenson.

I don't think this is actually a bug; the behaviour is documented to work this 
way. 

http://docs.puppetlabs.com/puppet/2.7/reference/modules_fundamentals.html#allowed-module-names
----------------------------------------
Bug #14227: Class not found when directory has capitalized letters
https://projects.puppetlabs.com/issues/14227#change-61556

Author: Ken Perkins
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


This Fails:

FILE: modules/importUsers_app/manifests/init.pp
===============================================

class importUsers_app { 
   include importUsers_app::install, importUsers_app::service
}

Environment Manifest:
===============================================
...
include importUsers_app
...

RESULT:
===============================================
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could 
not find class importUsers_app for test-01 at 
/etc/puppet/environments/test/manifests/test.pp:15 on node test-01

TO FIX:
===============================================
move the module from importUsers_app to importusers_app (puppet 2.7.3 client 
and server)
Worked in 2.7.1


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to