Skip to content

Commit

Permalink
Admin fix ifeval #2555 keichwa (#2565) (#2581)
Browse files Browse the repository at this point in the history
* fix ifeval white space
* try to work around parser issue
#2555
  • Loading branch information
keichwa committed Nov 7, 2023
1 parent 646b255 commit a08587b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Client Configuration Guide
- Fixed parameter name in Register clients section of Client
Configuration Guide
- Fixed parser error with ifeval or url tag in Image management section
of Administration Guide
- Fixed links to HTML output of SUSE Linux Enterprise Server 15 SP4
documentation
- Added note about using short hostname in the Quick Start: SAP
Expand Down
7 changes: 4 additions & 3 deletions modules/administration/pages/image-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The image store for the Kiwi build type is pre-defined as a file system director
{productname} serves the image store over HTTPS from [literal]``//<SERVER-FQDN>/os-images/``.
The image store location is unique and is not customizable.

Images are stored in [path]``/srv/www/os-image/<organization-id>``.
Images are stored in [path]``/srv/www/os-image/ORGANIZATION-ID``.



Expand Down Expand Up @@ -522,12 +522,13 @@ By default, the image store is located at [path]``/srv/www/os-images``.
Image stores for Kiwi build type, used to build system, virtual, and other images, are not supported yet.
ifeval::[{suma-content} == true]
Images are always stored in [path]``/srv/www/os-images/<organization-id>`` and are accessible via HTTP/HTTPS [url]``https://<susemanager_host>/os-images/<organization-id>``.
Images are always stored in [path]``/srv/www/os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<susemanager_host>/os-images/ORGANIZATION-ID``.
endif::[]
ifeval::[{uyuni-content} == true]
Images are always stored in [path]``/srv/www/os-images/<organization-id>`` and are accessible via HTTP/HTTPS [url]``https://<uyuni_host>/os-images/<organization-id>``.
Images are always stored in [path]``/srv/www/os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<uyuni_host>/os-images/ORGANIZATION-ID``.
endif::[]
====


Expand Down

0 comments on commit a08587b

Please sign in to comment.