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
47110586
authored
Aug 26, 2015
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manager: make vnc_port_range configurable
parent
41208365
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README.md
+2
-2
salt/manager/files/postactivate
+4
-0
No files found.
README.md
View file @
47110586
...
...
@@ -139,6 +139,7 @@ Other variables
*
repo_revision: revision
*
vnc-driver:
*
repo_revision: revision
*
vnc_port_range: FromPort, ToPort
## Install Circle
Run the following installation command:
...
...
@@ -217,4 +218,4 @@ sudo service nginx restart
### Cannot reach the internet on VM-s on distro from Red Hat family
```
bash
sudo
systemctl restart systemd-sysctl
```
\ No newline at end of file
```
salt/manager/files/postactivate
View file @
47110586
...
...
@@ -34,3 +34,7 @@ export DEFAULT_FROM_EMAIL='root@localhost'
#LOCAL="/home//.virtualenvs/circle/bin/postactivate.local"
#test -f "$LOCAL" && . "$LOCAL"
{% if 'vnc_port_range' in pillar %}
export VNC_PORT_RANGE='{{ pillar['vnc_port_range'] }}'
{% 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