diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 6c0a378..75e5238 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -46,7 +46,7 @@ ** xref:guestdisk.adoc[Guest Disk Resize - SOP] ** xref:guestedit.adoc[Guest Editing - SOP] ** xref:haproxy.adoc[Haproxy Infrastructure - SOP] -** xref:hotfix.adoc[hotfix - SOP in review ] +** xref:hotfix.adoc[HOTFIXES - SOP] ** xref:hotness.adoc[hotness - SOP in review ] ** xref:index.adoc[index - SOP in review ] ** xref:infra-git-repo.adoc[infra-git-repo - SOP in review ] diff --git a/modules/sysadmin_guide/pages/hotfix.adoc b/modules/sysadmin_guide/pages/hotfix.adoc index 7f1ae90..56f45c6 100644 --- a/modules/sysadmin_guide/pages/hotfix.adoc +++ b/modules/sysadmin_guide/pages/hotfix.adoc @@ -12,12 +12,12 @@ package to be changed or modified. Either in roles or tasks. hotfix tasks should be called "HOTFIX description" They should also link in comments to any upstream bug or ticket. They should also have tags of -'hotfix' +_hotfix_ The process is: * Create a diff of any files changed in the fix. -* Check in the _link:[original] files and change to role/task +* Check in the \_original_ files and change to role/task * Check in now your diffs of those same files. * ansible will replace the files on the affected machines completely with the fixed versions.