i am trying to define some types and providers and was wondering if
someone could explain the process of which provider is chosen to
implement the type.
say i have a type for web application and two providers - tomcat and
jetty.
i would like to choose which application to use according to a value
of a property (which i have) and set a default provider of tomcat.
i tried using resource[:provider] = :tomcat in a case matching the
patterns i want but i get the following error when running couple of
consecutive times:
err: Could not run Puppet configuration client: Parameter source
failed: Invalid parameter provider at /etc/puppet/modules/test/
manifests/init.pp:10
specific solution and explanation about how this process works would
be appreciated.
Oren.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
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.