prometheus-formula/prometheus/defaults.yaml
N 907f9a6276
feat(repository): add support for pkgrepo.managed
BREAKING CHANGE: the variable 'pkg' was renamed 'pkg.name',
  update your pillars
2019-06-12 11:03:28 +01:00

27 lines
517 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
prometheus:
pkg:
name: prometheus
use_upstream_repo: False
repo:
humanname: prometheus
name: prometheus
comments:
- installed by salt
enabled: 1
gpgcheck: 1
rootgroup: root
config_file: /etc/prometheus/prometheus.yml
config: {}
service:
name: prometheus
user: prometheus
group: prometheus
exporters:
node:
pkg:
name: prometheus-node-exporter
service: prometheus-node-exporter