Hi

Sorry new to puppet, not sure which mechinism your talking about.

from the file listing

find modules/lvm/ | grep -i filesy
modules/lvm/lib/puppet/type/filesystem.rb
modules/lvm/lib/puppet/provider/filesystem
modules/lvm/lib/puppet/provider/filesystem/lvm.rb
modules/lvm/lib/puppet/provider/filesystem/aix.rb
modules/lvm/spec/unit/puppet/type/filesystem_spec.rb
modules/lvm/spec/unit/puppet/provider/filesystem
modules/lvm/spec/unit/puppet/provider/filesystem/lvm_spec.rb
modules/lvm/spec/unit/type/filesystem_spec.rb

I presume the ./lib directory is what is injecting it into the system

what do i look up in the documents to learn more about this ?


On 8 August 2016 at 23:14, jcbollinger <john.bollin...@stjude.org> wrote:
>
>
> On Monday, August 8, 2016 at 2:38:35 AM UTC-5, Alex Samad wrote:
>>
>> So it seems like i can access it as just filesystem
>>
>> Why is that, i presume it comes from the puppet/lvm module ???
>
>
> Custom types are implemented via the same mechanisms that the types included
> in the base package are implemented, and that mechanism has always provided
> a single, flat namespace for all types.  There are technical challenges to
> changing the current implementation in that regard, though I'm sure those
> could be overcome if there were sufficient motivation.  In any case, all
> types implemented as native types belong to the top scope, whether they are
> included in the base Puppet distribution or not.  You'll see this with other
> modules, too, such as the stdlib's file_line.
>
>
> John
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Puppet Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/puppet-users/1-M_qx9dR2U/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/b9a93808-1863-4ce3-bc0a-94af33127574%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAJ%2BQ1PWpmmCh5iZwC8-WY0NWvLTVt5UMb9-G_OUD-pOTjY8%3DLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to