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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
86c7446e
authored
Jul 13, 2016
by
Desztics Armand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vncproxy
parent
69c902e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salt/vncproxy/configuration.sls
+1
-1
salt/vncproxy/virtualenv.sls
+1
-1
No files found.
salt/vncproxy/configuration.sls
View file @
86c7446e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
- group: {{ pillar['user'] }}
- group: {{ pillar['user'] }}
- mode: 700
- mode: 700
{% if grains['os_family'] == 'RedHat' or grains['os'] == 'Debian' %}
{% if grains['os_family'] == 'RedHat' or grains['os'] == 'Debian'
or grains['osfinger'] == 'Ubuntu-16.04'
%}
/etc/systemd/system/vncproxy.service:
/etc/systemd/system/vncproxy.service:
file.managed:
file.managed:
- user: root
- user: root
...
...
salt/vncproxy/virtualenv.sls
View file @
86c7446e
virtualenv_vncproxy:
virtualenv_vncproxy:
virtualenv.managed:
virtualenv.managed:
- name: /home/{{ pillar['user'] }}/.virtualenvs/vncproxy
- name: /home/{{ pillar['user'] }}/.virtualenvs/vncproxy
- requirements: /home/{{ pillar['user'] }}/vncproxy/requirements.txt
- requirements: /home/{{ pillar['user'] }}/vncproxy/requirements
/production
.txt
- user: {{ pillar['user'] }}
- user: {{ pillar['user'] }}
- no_chown: true
- no_chown: true
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