Fixed distro versions

This commit is contained in:
Pavel Lechenko 2013-06-24 05:13:49 -07:00
parent ba3220d238
commit f5655d1228
1 changed files with 8 additions and 8 deletions

View File

@ -82,7 +82,7 @@ so you will need to specify which interface will handle that. ::
$dhcp_start_address = '10.20.0.110'
$dhcp_start_address = '10.0.0.110'
$dhcp_end_address = '10.0.0.126'
@ -147,7 +147,7 @@ installation.
In this example we'll focus on CentOs, so uncomment these lines and
change the location of ISO image files to either a local mirror or the
fastest available Internet mirror for CentOS6.3x86_64minimal.iso::
fastest available Internet mirror for CentOS-6.4-x86_64-minimal.iso::
@ -156,16 +156,16 @@ fastest available Internet mirror for CentOS6.3x86_64minimal.iso::
# Uncomment the following section if you want CentOS image to be downloaded and imported into Cobbler
# Replace "http://address/of" with valid hostname and path to the mirror where the image is stored
Class[cobbler::distro::centos63_x86_64] ->
Class[cobbler::profile::centos63_x86_64]
Class[cobbler::distro::centos64_x86_64] ->
Class[cobbler::profile::centos64_x86_64]
class { cobbler::distro::centos63_x86_64:
http_iso => "http://address/of/CentOS-6.3-x86_64-minimal.iso",
class { cobbler::distro::centos64_x86_64:
http_iso => "http://address/of/CentOS-6.4-x86_64-minimal.iso",
ks_url => "cobbler",
require => Class[cobbler],
}
class { cobbler::profile::centos63_x86_64: }
class { cobbler::profile::centos64_x86_64: }
# Ubuntu distribution
# Uncomment the following section if you want Ubuntu image to be downloaded and imported into Cobbler
@ -214,7 +214,7 @@ http://fuel-pm/cobbler_web/ (u: cobbler, p: cobbler)
If fuel-pm doesnt resolve on your host machine, you can access the
If fuel-pm doesn't resolve on your host machine, you can access the
Cobbler dashboard from: