Issue #14227 has been updated by Daniel Pittman.

Status changed from Unreviewed to Rejected

Ken Perkins wrote:
> So why does this work on 2.7.1 then?

Happenstance of the implementation - we don't enforce that invariant 
everywhere, so it happened to work despite being unsupported, at that time.  
Other changes have since changed that, and now it doesn't work as expected.
----------------------------------------
Bug #14227: Class not found when directory has capitalized letters
https://projects.puppetlabs.com/issues/14227#change-61918

Author: Ken Perkins
Status: Rejected
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