0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2025-08-03 16:54:05 +02:00

11 lines
229 B
Plaintext

{% from "smokeping/map.jinja" import smokeping with context %}
smokeping:
pkg.installed:
- name: {{ smokeping.lookup.pkg }}
service.running:
- name: smokeping
- enable: True
- require:
- pkg: smokeping