Make password and secure_json_data in grafana_datasource sensitive so…
… passwords aren't leaked
[blacksmith] Bump version to 7.0.1-rc0
Add acceptance testing for teams, bugfix dashboard
When searching for a dashboard, it would not check the current organization. This could cause dashboards to not be found if on a different organization. Have added centos 7 hostfile with some info on how to run beaker tests. Acceptance testing to see if teams can be created, updated and torn down.
Merge pull request #215 from DavidReubenWhite/master
Bugfix for teams, update README and acceptance testing
Ensure all API types have grafana_conn_validator autorequires
Add unit tests around grafana_conn_validator autorequires
When running puppet generate types, the following error is raised: Notice: Generating Puppet resource types. Error: Failed to load custom type 'grafana_ldap_config' from '/etc/puppetlabs/code/environments/production/modules/grafana/lib/puppet/type/grafana_ldap_config.rb': uninitialized constant Puppet::Parameter::Boolean Adding this require statement fix this issue.
Merge pull request #227 from smortex/fix-puppet-generate-types
Fix `puppet generate types`
Merge pull request #228 from voxpupuli/modulesync
modulesync 3.1.0
Merge pull request #230 from voxpupuli/modulesync
modulesync 4.0.0
Merge pull request #225 from treydock/puppetsource
Don't manage dashboard path when puppetsource is not set
Merge pull request #232 from bastelfreak/centos6
Drop Eol CentOS 6 support
Merge pull request #233 from bastelfreak/debian8
Drop EoL Debian 8 support
Merge pull request #224 from jsfrerot/master
Allow multiple puppetsource
Merge pull request #226 from treydock/types-validator
Ensure all API types have grafana_conn_validator autorequires
Merge pull request #221 from voxpupuli/bugfix/secure-json-data
Mask/redact password and secure_json_data in grafana_datasource; require at least puppet 6.1.0
Merge pull request #234 from bastelfreak/puppet7
Enable Puppet 7 support
Merge pull request #236 from treydock/generate-types
Fix types to work with 'puppet generate types'
Merge pull request #235 from XMol/rebase_plugin_from_zip_patch
Rebase plugin from zip patch