GitHub puppet-grafana
Puppet module to manage Grafana

Repo Checks ( 20 of 26 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Archlinux
No translation
failed
Supports Latest Archlinux
No translation
failed
Supports Only Current Freebsd
No translation
passed
Supports Latest Freebsd
No translation
passed
Supports Only Current Sles
No translation
passed
Supports Latest Sles
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

include the httpMode option in json data
tests-fail

Pull Request (PR) description

include the httpMode option in json data

This Pull Request (PR) fixes the following issues

n/a

Open PR in GitHub
Add acceptance test with archive install_method
needs-feedback
tests-fail
merge-conflicts

This will replace #141.

Open PR in GitHub
Add support for FreeBSD 14
enhancement
Implement plugin versions
merge-conflicts
enhancement
needs-tests

Pull Request (PR) description

This PR provides a package provider to manage grafana plugins as the current grafana_plugin resource does not offer all functions like installation of specific plugin versions or keeping plugins up to date with ensure => latest.

This functionality is now given by using

package { 'grafana-image-renderer':
ensure => 'latest',
provider => 'grafana',
}

or

package { 'grafana-image-renderer':
ensure => '2.0.0',
provider => 'grafana',
}

This Pull Request (PR) fixes the following issues

Fixes #178

Open PR in GitHub
Add acceptance test with archive install_method
merge-conflicts
needs-rebase
tests-fail

Pull Request (PR) description

This PR aims to add acceptance tests for install_method set to archive

Open PR in GitHub
move toml dependency to avoid toml missing when not needing ldap feature

Pull Request (PR) description

This pull request tries to address installing the module in a restricted environment (no gem install available for toml) without failing as the LDAP feature is not needed in my scenario.

This Pull Request (PR) fixes the following issues

Fixes #338

Open PR in GitHub
Change organization in datasource_by_name
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
LDAP: use stdlib::to_toml() instead of toml gem & require puppetlabs/stdlib 9.x

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Add package provider for improved plugin handling #178
enhancement

Pull Request (PR) description

This PR provides a package provider to manage grafana plugins as the current grafana_plugin resource does not offer all functions like installation of specific plugin versions or keeping plugins up to date with ensure => latest.

This functionality is now given by using

package { 'grafana-image-renderer':
ensure => 'latest',
provider => 'grafana',
}

or

package { 'grafana-image-renderer':
ensure => '2.0.0',
provider => 'grafana',
}

This Pull Request (PR) fixes the following issues

Fixes #178

Replaces https://github.com/voxpupuli/puppet-grafana/pull/263

Open PR in GitHub
Add parameter for ldap configuration file location
merge-conflicts
enhancement

I would like to avoid hardcode paths, #257

Obsoletes PR: #256
<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
bump default grafana version for FreeBSD
backwards-incompatible

Latest current version: www/grafana8 (https://www.freshports.org/www/grafana8)
Tested: FreeBSD 13.0

Obsoletes PR: https://github.com/voxpupuli/puppet-grafana/pull/256

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Create grafana config directory

Prior to this commit, attempting to created a provisioned datasource or dashboard after installing from an archive source would fail with the following:

Could not set 'file' on ensure: No such file or directory - A directory component in /etc/grafana/provisioning/datasources/ does not exist or is a dangling symbolic link

This commit ensure that archive installations create the directory with a default of /etc/grafana

Open PR in GitHub
Fix Arch Linux tests

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
modulesync 9.1.0
modulesync

modulesync 9.1.0

Open PR in GitHub