skeleton with working munin.node state
This commit is contained in:
0
munin/node/config.sls
Normal file
0
munin/node/config.sls
Normal file
10
munin/node/init.sls
Normal file
10
munin/node/init.sls
Normal file
@ -0,0 +1,10 @@
|
||||
{% from "munin/map.jinja" import munin_node with context %}
|
||||
|
||||
munin_node:
|
||||
pkg.installed:
|
||||
- name: {{ munin_node.package }}
|
||||
service.running:
|
||||
- enable: True
|
||||
- name: {{ munin_node.service }}
|
||||
- require:
|
||||
- pkg: {{ munin_node.package }}
|
Reference in New Issue
Block a user