<div dir="ltr"><br><div>I&#39;ve been staring at something, looking at google, various books for a couple days now, I don&#39;t know what the heck is going on.  I&#39;ve got a prototype puppet server going in a small environment, but I haven&#39;t managed to apply a roll-my-own module yet.  </div><div><br></div><div>I get </div><div>Error: Could not find class aTest for mul-puppet.xxx on node mul-puppet.xxxx<br></div><div><br></div><div>Interestingly enough, physically specifiying the long path in the site.pp file seems to work</div><div><br></div><div>import &#39;/etc/puppet/modules/aTest/manifests/init.pp&#39;<br></div><div><br></div><div><div>root@mul-puppet:/etc/puppet/manifests# cat /etc/puppet/modules/aTest/manifests/init.pp</div><div>class aTest {}</div></div><div><br></div><div>What I don&#39;t understand is why the autoloader can&#39;t handle it.  I literally have other modules I&#39;ve copied from books the exact same way, there&#39;s only one difference.   The module name is camelCase.    Is it that simple?   does screwing with the case mess with the puppet autoloader?</div><div><br></div><div>Mike B</div></div>