Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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:
repo_name: https://git.ik.bme.hu/circle/fwdriver.git
repo_revision:
systemd_feature
repo_revision:
master
user: fw
...
...
pillar/manager.sls
View file @
15305aec
manager:
repo_name: https://git.ik.bme.hu/circle/cloud.git
repo_revision:
synchronous_reload
repo_revision:
master
salt/allinone.sls
View file @
15305aec
include:
- profile
- agentdriver
- manager
- graphite
...
...
salt/node.sls
View file @
15305aec
include:
- profile
- agentdriver
- monitor-client
- 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