From 627a99ea0b4586288e31aa7343b9d3339177bf29 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 11 Jul 2019 16:51:00 +0300 Subject: stop checking mga5, start checking mga7 --- manifests/nodes/sucuk.pp | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 7cec9aa0..d445ac40 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -77,21 +77,6 @@ node sucuk { minute => '0' } - - youri-check::createdb_user {'config_5': - version => '5', - } - - youri-check::config {'config_5': - version => '5', - } - - youri-check::report {'report_5': - version => '5', - hour => '*/6', - minute => '52' - } - youri-check::createdb_user {'config_6': version => '6', } @@ -106,6 +91,20 @@ node sucuk { minute => '56' } + youri-check::createdb_user {'config_7': + version => '7', + } + + youri-check::config {'config_7': + version => '7', + } + + youri-check::report {'report_7': + version => '7', + hour => '*/6', + minute => '52' + } + include tld_redirections # temporary, just the time the vm is running there -- cgit v1.2.1