mirror of
https://github.com/saltstack-formulas/smokeping-formula.git
synced 2025-01-19 12:16:16 +01:00
11 lines
229 B
Plaintext
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 |