diff options
Diffstat (limited to 'patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch')
-rw-r--r-- | patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch b/patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch index 5d52e155..244dedee 100644 --- a/patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch +++ b/patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch @@ -182,7 +182,7 @@ index a11498c..95a9497 100644 - group => 'root', - mode => '0644', - require => Class['::cobbler::server'], -+ nailgun::cobbler::preseed { 'ubuntu_1404_x86_64.preseed': ++ fuel::cobbler::preseed { 'ubuntu_1404_x86_64.preseed': + path =>'/var/lib/cobbler/kickstarts/ubuntu-amd64.preseed', + arch => "amd64", } -> @@ -192,7 +192,7 @@ index a11498c..95a9497 100644 require => Class['::cobbler::server'], } -+ nailgun::cobbler::preseed { 'ubuntu_1404_arm64.preseed': ++ fuel::cobbler::preseed { 'ubuntu_1404_arm64.preseed': + path => '/var/lib/cobbler/kickstarts/ubuntu-arm64.preseed', + arch => "arm64", + } -> @@ -242,7 +242,7 @@ index 0000000..93c71ba --- /dev/null +++ b/deployment/puppet/fuel/manifests/cobbler/preseed.pp @@ -0,0 +1,13 @@ -+define nailgun::cobbler::preseed( ++define fuel::cobbler::preseed( + $path, + $arch = "amd64", +) { |