updated salt_minion state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9730b83e41
commit
1b99c1aec4
@ -3,7 +3,7 @@
|
||||
salt-minion-config:
|
||||
file.managed:
|
||||
- name: /etc/salt/minion
|
||||
- source: salt://salt_minion/minion.j2
|
||||
- source: salt://salt_minion/templates/minion.j2
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 640
|
||||
|
@ -3,7 +3,7 @@
|
||||
salt-minion-service-file:
|
||||
file.managed:
|
||||
- name: /etc/systemd/system/salt-minion.service
|
||||
- source: salt://salt_minion/salt-minion.service.j2
|
||||
- source: salt://salt_minion/templates/salt-minion.service.j2
|
||||
- template: jinja
|
||||
- user: root
|
||||
- group: root
|
||||
|
@ -9,7 +9,8 @@ Type=notify
|
||||
KillMode=control-group
|
||||
NotifyAccess=all
|
||||
LimitNOFILE=8192
|
||||
ExecStart=/usr/local/bin/salt-minion
|
||||
ExecSearchPath=/usr/local/bin:/usr/bin
|
||||
ExecStart=salt-minion
|
||||
TimeoutStopSec=5s
|
||||
|
||||
[Install]
|
Loading…
Reference in New Issue
Block a user