Merge pull request #160 from dhoppe/real_package_source
Fix value of variable real_package_source
Merge pull request #164 from voxpupuli/modulesync
modulesync 2.6.0
Merge pull request #161 from dhoppe/base_url
Fix value of variables base_url and real_archive_source
Merge pull request #166 from dhoppe/puppet3_syntax
Remove Puppet 3 specific syntax
Implement grafana folder resource (#1)
* initial commit + tests for grafana_folder type
Corrected invalid database config example (#169)
According to the Grafana documentation [0] the fields host, user and password are not applicable for the database type sqlite. I changed the example's database type to mysql for which these keys are valid. [0]: http://docs.grafana.org/installation/configuration/#database
* initial commit to implement grafana_folder resource type * add required parameters for grafana objects * remove references to dashboard objects (dashboard used as template) * update tests * remove whitespace for rubocop * rubocop fixes * fix global var assignment clause logic
Update README.md/create acceptance tests (#3)
* initial commit to implement grafana_folder resource type * add required parameters for grafana objects * remove references to dashboard objects (dashboard used as template) * update tests * remove whitespace for rubocop * rubocop fixes * fix global var assignment clause logic * update README.md/created acceptance test for grafana_folder resource
update acceptance tests for grafana_folder (#4)
* rubocop whitespace removal * updates to grafana_folder_spec.rb
Merge pull request #170 from alexconrey/master
Implement grafana_folder resource type
Update grafana dashboard resource (#5)
* initial commit, test implementation * utilize global variables * update dashboard data structure for POST * fix rubocop * update grafana_folder specs for dashboard resource integration
* initial commit, test implementation * utilize global variables * update dashboard data structure for POST * fix rubocop * update grafana_folder specs for dashboard resource integration * fix rubocop warnings * Update grafana_folder_spec.rb
* initial commit, test implementation * utilize global variables * update dashboard data structure for POST * fix rubocop * update grafana_folder specs for dashboard resource integration * fix rubocop warnings * update README.md
Merge pull request #171 from voxpupuli/modulesync
modulesync 2.7.0
fix issue with grafana_folder idempotency apply (#8)
* fix issue with grafana_folder idempotency apply
Merge pull request #172 from alexconrey/master
Update grafana_dashboard resource for folders
Merge pull request #176 from voxpupuli/afisher_update_dependencies
Allow puppet/archive 4.x and puppetlabs/stdlib 6.x
We have everything to run this module on FreeBSD using pkg/repo install_method. It would be very nice to have this module available for FreeBSD users ( no need to mark it as supported platform in metadata.json ) Tested on: FreeBSD 12.0-RELEASE, FreeBSD 13-HEAD
We have everything to run this module on FreeBSD using pkg/repo install_method. It would be very nice to have this module available for FreeBSD users ( no need to mark it as supported platform in metadata.json ) Tested on: FreeBSD 12.0-RELEASE, FreeBSD 13-HEAD
Merge pull request #180 from voxpupuli/modulesync
modulesync 2.8.0
repo: added case for FreeBSD OS family
added dependency for x11-fonts/fontconfig
repo and package method are the same for FreeBSD
official repository from the Grafana project does not exist for FreeBSD. Therefore, we use a common FreeBSD project repository.
Merge pull request #179 from olevole/master
Add FreeBSD 12 support
(stupid Travis not presenting all errors but stopping at first error...)
Merge pull request #185 from mfaure/Explain_dashboard_provisioning_fr…
…om_grafana_com DOC Add Provisioning with dashboards from grafana.com