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
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
README.md
+1
-0
salt/manager/files/postactivate
+4
-0
No files found.
README.md
View file @
47110586
...
@@ -139,6 +139,7 @@ Other variables
...
@@ -139,6 +139,7 @@ Other variables
*
repo_revision: revision
*
repo_revision: revision
*
vnc-driver:
*
vnc-driver:
*
repo_revision: revision
*
repo_revision: revision
*
vnc_port_range: FromPort, ToPort
## Install Circle
## Install Circle
Run the following installation command:
Run the following installation command:
...
...
salt/manager/files/postactivate
View file @
47110586
...
@@ -34,3 +34,7 @@ export DEFAULT_FROM_EMAIL='root@localhost'
...
@@ -34,3 +34,7 @@ export DEFAULT_FROM_EMAIL='root@localhost'
#LOCAL="/home//.virtualenvs/circle/bin/postactivate.local"
#LOCAL="/home//.virtualenvs/circle/bin/postactivate.local"
#test -f "$LOCAL" && . "$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