On 27/08/10 20:44, Rob McBroom wrote:
> On Aug 27, 2010, at 2:11 PM, Brice Figureau wrote:
> 
>> They're not real filenames just pointers to where the files are.
>> That means all files in:
>> lib/puppet/types/*.rb
>> lib/puppet/providers/*.rb
> 
> I don't think you understand (or I don't).
> 
>     % ls lib/puppet/types/*.rb
>     ls: No match.
>     % ls lib/puppet/providers/*.rb
>     ls: No match.
> 
> Those directories aren't there. And in case you think something is screwed up 
> on my system, take a look at 
> http://github.com/reductivelabs/puppet/tree/master/lib/puppet/
> 
> There are no directories named `types` or `providers`.

My bad there are no 's', try:

lib/puppet/type/*.rb
lib/puppet/provider/*.rb

> There are no files anywhere in the entire repo named `typename.rb` or 
> `functioname.rb`.

Yes, you're supposed to replace typename by a name of a type (ie for
File, see file.rb, etc). Same for functions: functioname.rb would be
include.rb, generate.rb, etc...
-- 
Brice Figureau
My Blog: http://www.masterzen.fr/

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to