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 puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/28415896-5089-4f9d-96fc-d8409e56eb9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to