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 [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-users?hl=en
-~----------~----~----~----~------~----~------~--~---