Merge pull request #96 from Miroslav-Anashkin/master

Changed centos kickstart to use archive.kernel.org
This commit is contained in:
Miroslav Anashkin 2013-05-08 12:27:07 -07:00
commit 7e6fdf7157
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
class cobbler::distro::centos63_x86_64(
$http_iso = 'http://mirror.stanford.edu/yum/pub/centos/6.3/isos/x86_64/CentOS-6.3-x86_64-minimal.iso',
$ks_url = 'http://mirror.stanford.edu/yum/pub/centos/6.3/os/x86_64'
$http_iso = 'http://archive.kernel.org/centos/6.3/os/x86_64/CentOS-6.3-x86_64-minimal.iso',
$ks_url = 'http://archive.kernel.org/centos/6.3/os/x86_64/'
) {
Exec {path => '/usr/bin:/bin:/usr/sbin:/sbin'}

View File

@ -27,7 +27,7 @@ class cobbler(
$server = $ipaddress,
$domain_name = 'your-domain-name.com',
$domain_name = 'local',
$name_server = $ipaddress,
$next_server = $ipaddress,