diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-11 16:51:00 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-11 16:51:00 +0300 |
commit | 627a99ea0b4586288e31aa7343b9d3339177bf29 (patch) | |
tree | 31a721d195576c9cf7017538532094622029fcf9 | |
parent | 76cd87d3973d46edca7ce01228a00050c23bb851 (diff) | |
download | puppet-627a99ea0b4586288e31aa7343b9d3339177bf29.tar puppet-627a99ea0b4586288e31aa7343b9d3339177bf29.tar.gz puppet-627a99ea0b4586288e31aa7343b9d3339177bf29.tar.bz2 puppet-627a99ea0b4586288e31aa7343b9d3339177bf29.tar.xz puppet-627a99ea0b4586288e31aa7343b9d3339177bf29.zip |
stop checking mga5, start checking mga7
-rw-r--r-- | manifests/nodes/sucuk.pp | 29 |
1 files 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 |