diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-10-17 08:17:10 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-10-17 08:17:10 +0000 |
commit | c91e7fb1f2408003c8956ccdf798e6970aa48d0e (patch) | |
tree | abe4b2e186a8d4fb7f95fb135c5c461bf267edb6 /modules/youri-check/templates/2.conf | |
parent | d6bba2e4414fa3b3ec8831c5bb641c658e09a8bb (diff) | |
download | puppet-c91e7fb1f2408003c8956ccdf798e6970aa48d0e.tar puppet-c91e7fb1f2408003c8956ccdf798e6970aa48d0e.tar.gz puppet-c91e7fb1f2408003c8956ccdf798e6970aa48d0e.tar.bz2 puppet-c91e7fb1f2408003c8956ccdf798e6970aa48d0e.tar.xz puppet-c91e7fb1f2408003c8956ccdf798e6970aa48d0e.zip |
Media now have URLs, not path
Diffstat (limited to 'modules/youri-check/templates/2.conf')
-rw-r--r-- | modules/youri-check/templates/2.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/youri-check/templates/2.conf b/modules/youri-check/templates/2.conf index 878b7204..3c638f37 100644 --- a/modules/youri-check/templates/2.conf +++ b/modules/youri-check/templates/2.conf @@ -91,7 +91,7 @@ medias: options: name: core type: binary - path: ${mirror_i586}/core + url: ${mirror_i586}/core hdlist: ${mirror_i586}/media_info/hdlist_core.cz options: dependencies: @@ -106,7 +106,7 @@ medias: options: name: core type: binary - path: ${mirror_x86_64}/core + url: ${mirror_x86_64}/core hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz options: dependencies: @@ -123,7 +123,7 @@ medias: options: name: core type: source - path: ${mirror_i586}/core + url: ${mirror_i586}/core hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz options: dependencies: @@ -136,7 +136,7 @@ medias: options: name: nonfree type: binary - path: ${mirror_i586}/nonfree/release + url: ${mirror_i586}/nonfree/release hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz options: dependencies: @@ -152,7 +152,7 @@ medias: options: name: nonfree type: binary - path: ${mirror_x86_64}/nonfree/release + url: ${mirror_x86_64}/nonfree/release hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz options: dependencies: @@ -171,7 +171,7 @@ medias: options: name: nonfree type: source - path: ${mirror_i586}/nonfree/release + url: ${mirror_i586}/nonfree/release hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz options: dependencies: |