From a50f76135681fdf054ba4a3ad3e401abda132688 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 16 May 2019 08:54:36 +0200 Subject: [PATCH] set interval --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index f47a7e6f..52b5af57 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -400,10 +400,10 @@ class eidastest($version="1.0.0", $hostname="locahost") { content => inline_template("<%= @compose.to_yaml %>\n") } -> 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': - 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','https_server',{})