Hi I tried to rename a module from wls to WLS, so I changed: /etc/puppet/production/modules/wls to /etc/puppet/production/modules/ WLS In /etc/puppet/production/modules/WLS/manifests/init.pp I changed class wls{ to class WLS{ in /etc/puppet/production/manifests/site.pp I changed include wls to include WLS Now when I rerun on I client I get: puppetd --waitforcert 60 --onetime --no-daemonize -l console err: Could not retrieve catalog: Could not find class WLS at /etc/ puppet/production/manifests/site.pp:36 on node grover.pnet.ch It cannot find the WLS class even it should be there. Does someone have a solution for that, because its driving me nuts... --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Am 02.06.2009 um 14:48 schrieb Rene:> It cannot find the WLS class even it should be there. Does someone > have a solution for that, because its driving me nuts...Not sure if you can go caps on class/module names, can you? BR, Felix --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hey Thanks, you are right, no capitals in module names.... I didn''t know that. Br, Rene On Jun 2, 2:53 pm, Felix Schäfer <schae...@cypres-it.com> wrote:> Am 02.06.2009 um 14:48 schrieb Rene: > > > It cannot find the WLS class even it should be there. Does someone > > have a solution for that, because its driving me nuts... > > Not sure if you can go caps on class/module names, can you? > > BR, > > Felix--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---