Hi,

this question would be more appropriate on the puppet-users list.

I suspect that the cause for your issue got lost during anonymization.
Does the module/subdirectory/class name contain some unusual character
outside the [a-zA-Z0-9_] range?

On 08/28/2014 01:25 AM, Abel Paz wrote:
> in using eclipse with geppetto, i am running into an error
> 
> I have a file structure like this..
> 
> module_a
>       |
>       |
>       >manifests
>               |
>               |
>               >folder_b
>                      | 
>                      |
>                      >file_c.pp  
>                      | 
>                      |
>                      >file_d.pp
> 
> #/module_a/manifests/folder_b/file_d.pp 
>     class{'module_a::folder_b::file_c': parama => 'something'}    
>     class{'module_a::folder_b::file_c': parama => 'somethingelse'}   
>     class{'module_a::folder_b::file_c': parama => 'somethingelsemore'}   
> 
> I keep getting the following error:
> unknown class: 'module_a::folder_b::file_c'

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/53FEE1FD.8080906%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to