From 3cb092f81d36891502ca38e3cea90da81fcd90d9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 25 Aug 2023 11:31:14 +0300 Subject: youri-check: add mga9, drop mga7 --- manifests/nodes/sucuk.pp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 7c245c45..68bc4001 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -77,32 +77,32 @@ node sucuk { minute => '0' } - youri-check::createdb_user {'config_8': - version => '8', + youri-check::createdb_user {'config_9': + version => '9', } - youri-check::config {'config_8': - version => '8', + youri-check::config {'config_9': + version => '9', } - youri-check::report {'report_8': - version => '8', + youri-check::report {'report_9': + version => '9', hour => '*/4', minute => '56' } - youri-check::createdb_user {'config_7': - version => '7', + youri-check::createdb_user {'config_8': + version => '8', } - youri-check::config {'config_7': - version => '7', + youri-check::config {'config_8': + version => '8', } - youri-check::report {'report_7': - version => '7', - hour => '*/6', - minute => '52' + youri-check::report {'report_8': + version => '8', + hour => '*/4', + minute => '56' } include tld_redirections -- cgit v1.2.1