diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-06-08 12:49:30 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-06-08 12:49:30 +0000 |
commit | 460ad3e95fc3c28eed8aa867c26fa653a568c39c (patch) | |
tree | 1cf36ea4cdb532b3504e8cdbd57ac2b588c3d11f /modules/youri-check | |
parent | 7cbe6106c3439e124e376d9ba93b14e54da72211 (diff) | |
download | puppet-460ad3e95fc3c28eed8aa867c26fa653a568c39c.tar puppet-460ad3e95fc3c28eed8aa867c26fa653a568c39c.tar.gz puppet-460ad3e95fc3c28eed8aa867c26fa653a568c39c.tar.bz2 puppet-460ad3e95fc3c28eed8aa867c26fa653a568c39c.tar.xz puppet-460ad3e95fc3c28eed8aa867c26fa653a568c39c.zip |
Enable back gentoo and fedora
Diffstat (limited to 'modules/youri-check')
-rw-r--r-- | modules/youri-check/templates/check.conf | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf index b4641bf0..0ff030cb 100644 --- a/modules/youri-check/templates/check.conf +++ b/modules/youri-check/templates/check.conf @@ -146,26 +146,26 @@ tests: # libxml: ~ # glib: ~ -# gentoo: -# order: 1 -# class: Youri::Check::Test::Updates::Source::Gentoo -# options: -# aliases: -# beagle: ~ -# makepasswd: ~ -# hibernate: hibernate-script -# leif: ~ -# sqlite3: sqlite -# sqlite: ~ -# cfengine3: cfengine -# cfengine: ~ -# kamikaze: ~ -# knob: ~ -# vertex: ~ -# unclutter: ~ -# pam-krb5: pam_krb5 -# pam_krb5: ~ -# freetype: ~ + gentoo: + order: 1 + class: Youri::Check::Test::Updates::Source::Gentoo + options: + aliases: + beagle: ~ + makepasswd: ~ + hibernate: hibernate-script + leif: ~ + sqlite3: sqlite + sqlite: ~ + cfengine3: cfengine + cfengine: ~ + kamikaze: ~ + knob: ~ + vertex: ~ + unclutter: ~ + pam-krb5: pam_krb5 + pam_krb5: ~ + freetype: ~ gnome: order: 1 class: Youri::Check::Test::Updates::Source::GNOME @@ -185,15 +185,15 @@ tests: maxima: ~ clisp: ~ -# updates_fedora: -# class: Youri::Check::Test::Updates -# options: -# aliases: -# basesystem: ~ -# rpm: ~ -# sources: -# fedora: -# class: Youri::Check::Test::Updates::Source::Media::Fedora + updates_fedora: + class: Youri::Check::Test::Updates + options: + aliases: + basesystem: ~ + rpm: ~ + sources: + fedora: + class: Youri::Check::Test::Updates::Source::Media::Fedora updates_mandriva: class: Youri::Check::Test::Updates |