Always use jessie apt repo, even if even if you are on Ubuntu or anot…
…her Debian version, according to docs.grafana.org/installation/debian.
Merge pull request #41 from furhouse/feature/ubuntu
Always use jessie apt repo when osfamily is Debian.
drop newvalues for type property in datasource
We want to support custom plugins, they may add new datasources, so a hardcoded list is a bad idea.
Add defined resource for custom plugins
This is a simple wrapper around the grafana CLI. It allows us to install custom plugins.
Merge pull request #44 from bastelfreak/support_custom_plugins
Support custom plugins
Merge pull request #53 from ghoneycutt/support_newer_apt
Support newer versions of puppetlabs/apt module
Add acceptance tests to run in Travis.
Rework how classes are ordered
Merge pull request #61 from wyardley/default_package_version
BREAKING: Update default Grafana version to 4.5.1 and improve acceptance tests
Merge pull request #60 from atward/provider-user
grafana_user custom resource
Create grafana_plugin resource type, and create grafana::plugins pass…
…through
Merge pull request #63 from wyardley/plugin_types
BREAKING: Create grafana_plugin resource type and change grafana::plugins
Get rid of the dependency on 'wget' module since archive is already a…
… dependency
Merge pull request #65 from wyardley/remove_wget
Get rid of the dependency on 'wget' module in favor of puppet-archive
Merge pull request #66 from wyardley/data_types
BREAKING: Switch to Puppet Data Types (ldap_cfg is now undef when disabled)
Remove licenses from the top of files, since LICENSE is already inclu…
…ded in the project
Merge pull request #64 from wyardley/remove_license
Remove licenses from the top of files
Merge pull request #67 from wyardley/update_readme
Update README.md