Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --repo option to grafana_cli plugin install #132

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

rwuest
Copy link

@rwuest rwuest commented Aug 15, 2018

Pull Request (PR) description

Adding the repo option to the grafana_cli plugin installation, so that it's possible to use a different repository e.g. a company internal server to install grafana plugins. As an example:

grafana_plugin { 'grafana-simple-json-datasource':
  ensure    => present,
  repo => 'https://nexus.company.com/grafana/plugins',
}

This Pull Request (PR) fixes the following issues

n/a.

@bastelfreak bastelfreak changed the title added --repo option to grafana_cli plugin install add --repo option to grafana_cli plugin install Aug 15, 2018
@bastelfreak
Copy link
Member

Thanks for the PR @rwuest !

@bastelfreak bastelfreak merged commit 7974535 into voxpupuli:master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants