#extends cobbler.webui.master #block body
#if $repo Editing Repo #else Adding a Repo #end if



## FIXME: input field sizes should be larger (universally) ## FIXME: make this a text area?

#if $repo Yes Really
#end if

Note: Newly added repos contain no package content until "cobbler reposync" is run from the command line, which means that profiles relying on these repositories will not install. Placing "cobbler reposync" on a crontab to ensure frequent updates is recommended procedure.

#end block body