From 7d62bfa62c2b7d0b50d2eec3600c0af599d3282d Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Wed, 13 Jan 2021 01:14:12 +0100 Subject: [PATCH] Update a link to Cobbler in Network-Based Installations --- .../pages/advanced/Network_based_Installations.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/install-guide/pages/advanced/Network_based_Installations.adoc b/modules/install-guide/pages/advanced/Network_based_Installations.adoc index ea32db6..c379c70 100644 --- a/modules/install-guide/pages/advanced/Network_based_Installations.adoc +++ b/modules/install-guide/pages/advanced/Network_based_Installations.adoc @@ -100,7 +100,7 @@ next-server 192.168.1.2; [command]#systemctl restart dhcpd# [command]#journalctl --unit dhcpd --since -2m --follow# - + ---- [[pxe-tftpd]] @@ -260,4 +260,6 @@ Fedora Infrastructure maintains instructions for a configuring a local mirror at For more complex environments, {PRODUCT} offers the [package]*cobbler* installation server. Tasks like managing kickstart configurtations, coordinating repositories, maintaining dns records, dhcp servers, and even puppet manifests are effectively automated by [package]*cobbler*. -While levaraging all of the features provided by cobbler can be relatively simple, the full functionality of this powerful tool is too broad to be documented in this guide. The cobbler community provides excellent documentation at link:++http://www.cobblerd.org/manuals/2.6.0/++[] to accompany the packages in the Fedora repository. +While levaraging all of the features provided by cobbler can be relatively simple, the full functionality of this powerful tool is too broad to be documented in this guide. The cobbler community provides documentation at link:++https://cobbler.github.io/++[] to accompany the packages in the Fedora repository. + +Alternatively, you may also be interested in **Foreman**. You can find official documentation as well as downloads on the project website at link:++https://www.theforeman.org/++[].