set interval

This commit is contained in:
Leif Johansson 2019-05-16 08:54:36 +02:00
parent 32dbff0a15
commit a50f761356

View file

@ -400,10 +400,10 @@ class eidastest($version="1.0.0", $hostname="locahost") {
content => inline_template("<%= @compose.to_yaml %>\n") content => inline_template("<%= @compose.to_yaml %>\n")
} -> } ->
exec { 'launch_test_prod': exec { 'launch_test_prod':
command => "wget --no-check-certificate -qO- https://localhost/testid/prod/execution-start/7" command => "wget --no-check-certificate -qO- https://localhost/testid/prod/execution-interval/7"
} -> } ->
exec { 'launch_test_qa': exec { 'launch_test_qa':
command => "wget --no-check-certificate -qO- https://localhost/testid/qa/execution-start/27" command => "wget --no-check-certificate -qO- https://localhost/testid/qa/execution-interval/27"
} }
ensure_resource('class','webserver',{}) ensure_resource('class','webserver',{})
ensure_resource('class','https_server',{}) ensure_resource('class','https_server',{})