Merge pull request 'feat: add base grafana role' (#74) from neoloc/grafana-base into develop

Reviewed-on: unkinben/puppet-prod#74
This commit is contained in:
Ben Vincent 2023-11-21 18:44:39 +09:30
commit f204e0f7e6
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,7 @@ mod 'puppet-puppetboard', '9.0.0'
mod 'puppet-nginx', '5.0.0'
mod 'puppet-selinux', '4.1.0'
mod 'puppet-prometheus', '13.4.0'
mod 'puppet-grafana', '13.1.0'
# other
mod 'ghoneycutt-puppet', '3.3.0'

View File

@ -0,0 +1,5 @@
# a role to deploy a grafana service
class roles::infra::metrics::grafana {
include profiles::defaults
include profiles::base
}