Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a0fb9f0e
authored
2 years ago
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agentdriver service fix
parent
613499eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
salt/agentdriver/configuration.sls
+7
-0
salt/agentdriver/init.sls
+2
-2
No files found.
salt/agentdriver/configuration.sls
View file @
a0fb9f0e
...
@@ -21,6 +21,13 @@
...
@@ -21,6 +21,13 @@
- template: jinja
- template: jinja
- source: file:///home/{{ pillar['user'] }}/agentdriver/miscellaneous/agentdriver.service
- source: file:///home/{{ pillar['user'] }}/agentdriver/miscellaneous/agentdriver.service
agentdriver:
service.running:
- enable: true
- reload: true
- require:
- file: /etc/systemd/system/agentdriver.service
{% else %}
{% else %}
/etc/init/agentdriver.conf:
/etc/init/agentdriver.conf:
...
...
This diff is collapsed.
Click to expand it.
salt/agentdriver/init.sls
View file @
a0fb9f0e
...
@@ -3,11 +3,11 @@ include:
...
@@ -3,11 +3,11 @@ include:
- agentdriver.virtualenv
- agentdriver.virtualenv
- agentdriver.configuration
- agentdriver.configuration
agentdriver:
init_
agentdriver:
pkg.installed:
pkg.installed:
- pkgs:
- pkgs:
- git
- git
-
ntp
-
chrony
- incron
- incron
{% if grains['os_family'] == 'RedHat' %}
{% if grains['os_family'] == 'RedHat' %}
- libmemcached-devel
- libmemcached-devel
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment