Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
4f4ae429
Commit
4f4ae429
authored
Jun 29, 2017
by
Leigh B Stoller
Browse files
Invoke shellinabox phase on boss/ops.
parent
2fca4fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/emulab-install.in
View file @
4f4ae429
#!/usr/bin/perl -w
#
# Copyright (c) 2010-201
6
University of Utah and the Flux Group.
# Copyright (c) 2010-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -254,7 +254,8 @@ elsif ($server eq "boss") {
'
boss/updatesitevars
',
'
boss/logdirs
',
'
boss/mfs
',
'
boss/images
',
'
boss/xen
',
'
boss/experiments
',
'
boss/protogeni
',
'
boss/firewall
',
'
boss/servers
'
'
boss/protogeni
',
'
boss/firewall
',
'
boss/servers
',
'
boss/shellinabox
'
);
}
elsif
(
$server
eq
"
fs
")
{
...
...
@@ -270,7 +271,8 @@ elsif ($server eq "ops") {
'
exports
',
'
automount
',
'
nfsmounts
',
'
ops/crontab
',
'
sudoers
',
'
samba
',
'
ops/ssh
',
'
capture
',
'
ops/rcfiles
',
'
apache
',
'
ops/database
',
'
ops/cvsd
',
'
ops/flyspray
',
'
ops/twiki
',
'
ops/firewall
'
'
ops/cvsd
',
'
ops/flyspray
',
'
ops/twiki
',
'
ops/firewall
',
'
ops/shellinabox
'
);
}
...
...
Write
Preview
Supports
Markdown
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