Skip to content

Commit

Permalink
[cs+image] rename rusi_trainer -> rusi-trainer
Browse files Browse the repository at this point in the history
Signed-off-by: vaspahomov <[email protected]>
  • Loading branch information
vaspahomov committed Nov 1, 2023
1 parent 41bea25 commit b8730d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ teams: |
services: |
{name => 'example', path => 'checkers/example/example.checker.py', timeout => 30, tcp_port => 2222},
{name => 'hyperborea-legends', path => 'checkers/hyperborea-legends/hyperborea-legends.checker.py', timeout => 30, tcp_port => 42424},
{name => 'rusi_trainer', path => 'checkers/rusi_trainer/rusi_trainer.checker.py', timeout => 30, tcp_port => 41114},
{name => 'rusi-trainer', path => 'checkers/rusi-trainer/rusi-trainer.checker.py', timeout => 30, tcp_port => 41114},
{name => 'rustest', path => 'checkers/rustest/rustest.checker.py', timeout => 30, tcp_port => 13337},
{name => 'sqlfs', path => 'checkers/sqlfs/sqlfs.checker.py', timeout => 30, tcp_port => 22},
{name => 'werk', path => 'checkers/werk/werk.checker.py', timeout => 30, tcp_port => 7654},
Expand Down
10 changes: 5 additions & 5 deletions vuln_image/image.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build {
# Add users for services
"useradd -m -s /bin/bash example",
"useradd -m -s /bin/bash hyperborea-legends",
"useradd -m -s /bin/bash rusi_trainer",
"useradd -m -s /bin/bash rusi-trainer",
"useradd -m -s /bin/bash rustest",
"useradd -m -s /bin/bash sqlfs",
"useradd -m -s /bin/bash werk",
Expand Down Expand Up @@ -105,8 +105,8 @@ build {
destination = "/home/hyperborea-legends/"
}
provisioner "file" {
source = "../services/rusi_trainer/"
destination = "/home/rusi_trainer/"
source = "../services/rusi-trainer/"
destination = "/home/rusi-trainer/"
}
provisioner "file" {
source = "../services/rustest/"
Expand All @@ -128,7 +128,7 @@ build {
"docker-compose build || true",
"cd ~hyperborea-legends",
"docker-compose build || true",
"cd ~rusi_trainer",
"cd ~rusi-trainer",
"docker-compose build || true",
"cd ~rustest",
"docker-compose build || true",
Expand All @@ -141,7 +141,7 @@ build {

"systemctl enable ructf-service@example",
"systemctl enable ructf-service@hyperborea-legends",
"systemctl enable ructf-service@rusi_trainer",
"systemctl enable ructf-service@rusi-trainer",
"systemctl enable ructf-service@rustest",
"systemctl enable ructf-service@sqlfs",
"systemctl enable ructf-service@werk",
Expand Down

0 comments on commit b8730d5

Please sign in to comment.