Excuse me, I did just type from my memory without an exact look to path :). 
The folder structure that happens to be deployed is the following:

Glassfish dir

PUPPET\CONFDIR\MODULES\GLASSFISH\LIB
\---puppet
    +---provider
    |   |   asadmin.rb
    |   |   
    |   +---application
    |   |       asadmin.rb
    |   |       
    |   +---authrealm
    |   |       asadmin.rb
    |   |       
    |   +---customresource
    |   |       asadmin.rb
    |   |       
    |   +---domain
    |   |       asadmin.rb
    |   |       
    |   +---jdbcconnectionpool
    |   |       asadmin.rb
    |   |       
    |   +---jdbcresource
    |   |       asadmin.rb
    |   |       
    |   +---jvmoption
    |   |       asadmin.rb
    |   |       
    |   \---systemproperty
    |           asadmin.rb
    |           
    \---type
            application.rb
            authrealm.rb
            customresource.rb
            domain.rb
            jdbcconnectionpool.rb
            jdbcresource.rb
            jvmoption.rb
            systemproperty.rb
         
lib directory

PUPPET\VARDIR\LIB
\---puppet
    +---provider
    |   |   asadmin.rb
    |   |   
    |   +---application
    |   |       asadmin.rb
    |   |       
    |   +---authrealm
    |   |       asadmin.rb
    |   |       
    |   +---customresource
    |   |       asadmin.rb
    |   |       
    |   +---domain
    |   |       asadmin.rb
    |   |       
    |   +---jdbcconnectionpool
    |   |       asadmin.rb
    |   |       
    |   +---jdbcresource
    |   |       asadmin.rb
    |   |       
    |   +---jvmoption
    |   |       asadmin.rb
    |   |       
    |   \---systemproperty
    |           asadmin.rb
    |           
    \---type
            application.rb
            authrealm.rb
            customresource.rb
            domain.rb
            jdbcconnectionpool.rb
            jdbcresource.rb
            jvmoption.rb
            systemproperty.rb   

On Tuesday, July 24, 2012 7:52:59 PM UTC+2, Nick Fagerlund wrote:
>
>
>
> On Tuesday, July 24, 2012 9:33:28 AM UTC-7, ZJE wrote:
>
>>
>> I'm using Puppet 3.0.0rfc3, so your YMMV, but for me it's 
>> <module_name>/lib/puppet/provider/<typename> 
>> and <module_name>/lib/puppet/type
>> Note both "type" and "provider" are both singular - there's no trailing 
>> 's'.
>>
>
> What ZJE said. The docs are here: 
> http://docs.puppetlabs.com/guides/plugins_in_modules.html
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/i8Ffpk6s-pgJ.
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.

Reply via email to