dpeters / puppet-opsview

Puppet types/providers to support Opsview resources
12 stars 10 forks source link

Properly support management URLs for host templates #26

Closed antaflos closed 10 years ago

antaflos commented 10 years ago

Set managementurls to [](the empty array) by default and process the managementurls property as an array of hashes, where each hash has a "name" and a "url" key.

antaflos commented 10 years ago

I can rebase any of the last four PRs if that makes it easier to merge them.

dpeters commented 10 years ago

Thanks again for your contributions.

antaflos commented 10 years ago

Not a problem at all, thanks for merging!

I just wish there was an easier way to test changes to this module without requiring an Opsview installation that is basically a clone of production (i.e. with many hosts, hostgroups, services and other non-trivial aspects).