knowshan / puppetmod-uabopennebula

Puppet module for OpenNebula
2 stars 0 forks source link

Add instances class method for 'onehost' provider #3

Closed pavgi closed 12 years ago

pavgi commented 12 years ago

Puppet resource command returns following error for the custom 'onehost' type/provider.

$ puppet resource onehost
Could not run: Provider onehost has not defined the 'instances' class method

Need to add class instances method which will return resources in the Puppet manifest format.