diff options
author | Pascal Terjan <pterjan@mageia.org> | 2024-11-29 18:51:44 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2024-11-29 18:51:44 +0000 |
commit | c64a9afddfc05f9b9f36ba81fe42140bc8adee7d (patch) | |
tree | 8c845810aa727ed922d904a6247ed74a02b06082 /modules | |
parent | 727145ed50d60655590c0199656c2378d32bfffc (diff) | |
download | puppet-c64a9afddfc05f9b9f36ba81fe42140bc8adee7d.tar puppet-c64a9afddfc05f9b9f36ba81fe42140bc8adee7d.tar.gz puppet-c64a9afddfc05f9b9f36ba81fe42140bc8adee7d.tar.bz2 puppet-c64a9afddfc05f9b9f36ba81fe42140bc8adee7d.tar.xz puppet-c64a9afddfc05f9b9f36ba81fe42140bc8adee7d.zip |
Correctly set gnome update check URL
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/templates/cauldron.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/youri-check/templates/cauldron.conf b/modules/youri-check/templates/cauldron.conf index 651da40c..a40c57d7 100644 --- a/modules/youri-check/templates/cauldron.conf +++ b/modules/youri-check/templates/cauldron.conf @@ -166,8 +166,8 @@ tests: gnome: order: 1 class: Youri::Check::Test::Updates::Source::GNOME - url: https://download.gnome.org/sources/ options: + url: https://download.gnome.org/sources/ aliases: GConf: ~ GConf2: GConf @@ -236,8 +236,8 @@ tests: gnome: order: 1 class: Youri::Check::Test::Updates::Source::GNOME - url: https://download.gnome.org/sources/ options: + url: https://download.gnome.org/sources/ aliases: GConf: ~ GConf2: GConf |