diff options
-rw-r--r-- | manifests/nodes/sucuk.pp | 28 |
1 files 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 |