updated salt_minion state
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Paul 2022-10-01 20:14:35 +02:00
parent 23f1275aa7
commit ebae0f1b51
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,5 @@
---
include:
- .install
- .config
- .service

View File

@ -0,0 +1,5 @@
---
{%- from "salt_minion/map.jinja" import salt_minion with context %}
salt-minion-install:
pip.installed:
- name: salt=={{ salt_minion.version }}

View File

@ -10,6 +10,5 @@ salt-minion-service-file:
- mode: 644
salt-minion-service:
service.running:
service.enabled:
- name: salt-minion
- enable: true