aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/snippets/kickstart_yum_repo_config
blob: 9aae52ee531c324868b9f80ba07cc288e15044dd (plain)
1
2
3
4
5
6
7
8
9
10
11
# Repository Config
#set $repo_data = $getVar("repo_data",[])
#for $repo in $repo_data
#if $repo.mirror_locally
repo --name=${repo.name} --baseurl=http://$http_server/cobbler/repo_mirror/${repo.name}/
#else
repo --name=${repo.name} --baseurl=${repo.mirror}
#end if
#end for