Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a60d8c25
authored
Jul 06, 2016
by
Czémán Arnold
Committed by
cloud
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manager: move open_port.sh and reload_firewall.sh to manager
parent
85ebd927
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
salt/manager/files/open_ports.sh
+0
-0
salt/manager/files/reload_firewall.sh
+0
-0
salt/manager/init.sls
+2
-2
No files found.
salt/
fwdriv
er/files/open_ports.sh
→
salt/
manag
er/files/open_ports.sh
View file @
a60d8c25
File moved
salt/
network
/files/reload_firewall.sh
→
salt/
manager
/files/reload_firewall.sh
View file @
a60d8c25
File moved
salt/manager/init.sls
View file @
a60d8c25
...
...
@@ -92,14 +92,14 @@ memcached:
{% if pillar['fwdriver']['open_ports'] %}
open_ports:
cmd.script:
- name: salt://
fwdriv
er/files/open_ports.sh
- name: salt://
manag
er/files/open_ports.sh
- template: jinja
- user: {{ pillar['user'] }}
{% endif %}
reload_firewall:
cmd.script:
- name: salt://
network
/files/reload_firewall.sh
- name: salt://
manager
/files/reload_firewall.sh
- template: jinja
- user: {{ pillar['user'] }}
{% if pillar['fwdriver']['open_ports'] %}
...
...
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