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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
15305aec
authored
Aug 13, 2015
by
Dóbé Péter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch /etc/profile in Debian
parent
4c42939b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
2 deletions
+14
-2
pillar/firewall.sls
+1
-1
pillar/manager.sls
+1
-1
salt/allinone.sls
+1
-0
salt/node.sls
+1
-0
salt/profile.sls
+10
-0
No files found.
pillar/firewall.sls
View file @
15305aec
fwdriver:
fwdriver:
repo_name: https://git.ik.bme.hu/circle/fwdriver.git
repo_name: https://git.ik.bme.hu/circle/fwdriver.git
repo_revision:
systemd_feature
repo_revision:
master
user: fw
user: fw
...
...
pillar/manager.sls
View file @
15305aec
manager:
manager:
repo_name: https://git.ik.bme.hu/circle/cloud.git
repo_name: https://git.ik.bme.hu/circle/cloud.git
repo_revision:
synchronous_reload
repo_revision:
master
salt/allinone.sls
View file @
15305aec
include:
include:
- profile
- agentdriver
- agentdriver
- manager
- manager
- graphite
- graphite
...
...
salt/node.sls
View file @
15305aec
include:
include:
- profile
- agentdriver
- agentdriver
- monitor-client
- monitor-client
- vmdriver
- vmdriver
...
...
salt/profile.sls
0 → 100644
View file @
15305aec
{% if grains['os']=='Debian' %}
{# For non-interactive shells, virtualenvwrapper commands
('workon' etc.) are not sourced automatically #}
/etc/profile:
file.append:
- text:
- "#Line below added for Debian by CIRCLE Salt installer"
- . /etc/bash_completion
{% endif %}
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