diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-26 00:00:03 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-26 00:00:12 +0200 |
commit | e537b4629da5498decd63c65f83a0ecccc891347 (patch) | |
tree | 72350e8f02484a04afcb5e37f24632f46e0b028b /manifests | |
parent | aacb9f37844c347a1b4fa1e9b8c7a9727a51996c (diff) | |
download | puppet-e537b4629da5498decd63c65f83a0ecccc891347.tar puppet-e537b4629da5498decd63c65f83a0ecccc891347.tar.gz puppet-e537b4629da5498decd63c65f83a0ecccc891347.tar.bz2 puppet-e537b4629da5498decd63c65f83a0ecccc891347.tar.xz puppet-e537b4629da5498decd63c65f83a0ecccc891347.zip |
sucuk: add youri for mga6 ( workaround bug about cauldron )
Diffstat (limited to 'manifests')
-rwxr-xr-x | manifests/nodes/sucuk.pp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 3686c1ed..75c03eff 100755 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -91,6 +91,20 @@ node sucuk { minute => '54' } + youri-check::createdb_user {'config_6': + version => '6', + } + + youri-check::config {'config_6': + version => '6', + } + + youri-check::report {'report_6': + version => '6', + hour => '*', + minute => '54' + } + include tld_redirections # temporary, just the time the vm is running there |