Just reread my reaction. Maybe it's not clear what a provider looks like for an easy_type. To make it really clear, here is the provider:
require 'easy_type' require 'utils/oracle_access' Puppet::Type.type(:oracle_user).provide(:simple) do include EasyType::Provider desc "Manage Oracle users in an Oracle Database via regular SQL" mk_resource_methods end Besides the description. It's actually the same for ant easy_type. Regards, Bert Hajee -- 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/5babeefb-832a-4939-9e9b-2540cbc04b2a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
