diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:31:14 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:31:14 +0300 |
commit | 3cb092f81d36891502ca38e3cea90da81fcd90d9 (patch) | |
tree | e39ea30479eb3d48fd79ec7afeef98a305474253 /manifests | |
parent | 98ceacaeed3e4c59645bfaa56a3237c88c055783 (diff) | |
download | puppet-3cb092f81d36891502ca38e3cea90da81fcd90d9.tar puppet-3cb092f81d36891502ca38e3cea90da81fcd90d9.tar.gz puppet-3cb092f81d36891502ca38e3cea90da81fcd90d9.tar.bz2 puppet-3cb092f81d36891502ca38e3cea90da81fcd90d9.tar.xz puppet-3cb092f81d36891502ca38e3cea90da81fcd90d9.zip |
youri-check: add mga9, drop mga7
Diffstat (limited to 'manifests')
-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 |