Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
ecb880f7
Commit
ecb880f7
authored
Aug 17, 2018
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix perl complaint.
parent
a6d934bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utils/addservers.in
utils/addservers.in
+2
-2
No files found.
utils/addservers.in
View file @
ecb880f7
#!/usr/bin/perl -w
#!/usr/bin/perl -w
#
#
# Copyright (c) 2013 University of Utah and the Flux Group.
# Copyright (c) 2013
-2018
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -48,7 +48,7 @@ my $BOSS_IP = "@BOSSNODE_IP@";
...
@@ -48,7 +48,7 @@ my $BOSS_IP = "@BOSSNODE_IP@";
my
$OPS_IP
=
"
@USERNODE_IP
@
";
my
$OPS_IP
=
"
@USERNODE_IP
@
";
my
$FS_IP
=
"
@FSNODE_IP
@
";
my
$FS_IP
=
"
@FSNODE_IP
@
";
# Are we a VM on boss?
# Are we a VM on boss?
$OPSVM_ENABLE
=
@OPSVM_ENABLE@
;
my
$OPSVM_ENABLE
=
@OPSVM_ENABLE@
;
#
#
# Untaint the path
# Untaint the path
...
...
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