Revert "[blacksmith] Bump version to 2.6.2-rc0"
This reverts commit 256f723.
Merge pull request #21 from voxpupuli/3.0.0-rc0
The puppet 4-only release will start at 3.0.0
Use operatingsystemmajrelease fact in el repo url
Merge pull request #24 from mirekys/master
Use operatinsystemmajrelease fact in repo url
supoort jessie for install method repo
FIX configuration file ownership
Depending on the default ownership and permissions of the Puppet run, the
configuration might be unreadable by the grafana user, causing the service
startup to fail.
One such possible cause is if the file type has default permissions such as:
File {
owner => 'root',
group => 'root',
mode => '0600',
}Merge pull request #30 from hmrc/fix_config_file_ownership
FIX configuration file ownership
This commit fixes the crash on the to_s method. It also fixes the API endpoint for dashboards with + character in the name
FIX idempotency of grafana_dashboard
Merge pull request #31 from hmrc/fix_dashboards
Fix grafana_dashboards
Merge pull request #32 from bastelfreak/addarchsupport
Add support for archlinux
fix package ensure for Archlinux
we can't pass the grafana version to the archlinux package provider. it has no versionable feature. this adds a workaround to provide 'present' to it.
Merge pull request #34 from bastelfreak/fix_archlinux
implement package_ensure param for archlinux
Merge remote-tracking branch 'upstream/master'
Merge branch 'master' into debian-repo-fix
update spec definitions for debian apt repo
Merge pull request #28 from roock/debian-repo-fix
supoort jessie for install method repo
Merge pull request #36 from dhoppe/repo
Debian and RedHat based operating systems should use the repository by default
Merge pull request #38 from dhoppe/release
Bump version, Update changelog