Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette committed Mar 3, 2025
1 parent 7184023 commit 1a789c9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile.en
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prepare-antora-mlm-en: copy-branding-en set-html-language-selector-mlm-en
cd $(current_dir)

.PHONY: antora-mlm-en
antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en pdf-all-mlm-en pdf-tar-mlm-en
antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en #pdf-all-mlm-en #pdf-tar-mlm-en
$(call antora-mlm-function,translations/en,en)


Expand Down
2 changes: 1 addition & 1 deletion Makefile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prepare-antora-mlm-{{ langcode }}: copy-branding-{{ langcode }} set-html-languag
cd $(current_dir)

.PHONY: antora-mlm-{{ langcode }}
antora-mlm-{{ langcode }}: configure-mlm-branding-dsc-{{langcode}} prepare-antora-mlm-{{ langcode }} pdf-all-mlm-{{ langcode }} pdf-tar-mlm-{{ langcode }}
antora-mlm-{{ langcode }}: configure-mlm-branding-dsc-{{langcode}} prepare-antora-mlm-{{ langcode }} #pdf-all-mlm-{{ langcode }} #pdf-tar-mlm-{{ langcode }}
$(call antora-mlm-function,translations/{{ langcode }},{{ langcode }})


Expand Down
2 changes: 1 addition & 1 deletion Makefile.ja
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prepare-antora-mlm-ja: copy-branding-ja set-html-language-selector-mlm-ja
cd $(current_dir)

.PHONY: antora-mlm-ja
antora-mlm-ja: configure-mlm-branding-dsc-ja prepare-antora-mlm-ja pdf-all-mlm-ja pdf-tar-mlm-ja
antora-mlm-ja: configure-mlm-branding-dsc-ja prepare-antora-mlm-ja #pdf-all-mlm-ja #pdf-tar-mlm-ja
$(call antora-mlm-function,translations/ja,ja)


Expand Down
2 changes: 1 addition & 1 deletion Makefile.ko
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prepare-antora-mlm-ko: copy-branding-ko set-html-language-selector-mlm-ko
cd $(current_dir)

.PHONY: antora-mlm-ko
antora-mlm-ko: configure-mlm-branding-dsc-ko prepare-antora-mlm-ko pdf-all-mlm-ko pdf-tar-mlm-ko
antora-mlm-ko: configure-mlm-branding-dsc-ko prepare-antora-mlm-ko #pdf-all-mlm-ko #pdf-tar-mlm-ko
$(call antora-mlm-function,translations/ko,ko)


Expand Down
2 changes: 1 addition & 1 deletion Makefile.zh_CN
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prepare-antora-mlm-zh_CN: copy-branding-zh_CN set-html-language-selector-mlm-zh_
cd $(current_dir)

.PHONY: antora-mlm-zh_CN
antora-mlm-zh_CN: configure-mlm-branding-dsc-zh_CN prepare-antora-mlm-zh_CN pdf-all-mlm-zh_CN pdf-tar-mlm-zh_CN
antora-mlm-zh_CN: configure-mlm-branding-dsc-zh_CN prepare-antora-mlm-zh_CN #pdf-all-mlm-zh_CN #pdf-tar-mlm-zh_CN
$(call antora-mlm-function,translations/zh_CN,zh_CN)


Expand Down
12 changes: 9 additions & 3 deletions modules/client-configuration/pages/registration-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ For more information about the Salt bundle, see xref:client-configuration:contac

+

.Configuration File
[source, Shell]
----
/etc/venv-salt-minion/minion
Expand All @@ -54,6 +55,7 @@ or:

+

.Configuration File
[source, Shell]
----
/etc/venv-salt-minion/minion.d/NAME.conf
Expand All @@ -62,18 +64,22 @@ or:

+

.Configuration Parameters
[source, YAML]
----
master: SERVER.EXAMPLE.COM
grains:
susemanager:
activation_key: "<Activation_Key_Name>"
activation_key: "<Activation_Key_Name>" <1>
server_id_use_crc: adler32
enable_legacy_startup_events: False
enable_fqdns_grains: False
enable_legacy_startup_events: False <2>
enable_fqdns_grains: False <3>
----
<1> Activation key Name
<2> Legacy events should be set to False
<3> fqdns Grains should be set to False

. Restart the [systemitem]``venv-salt-minion`` service:

Expand Down
2 changes: 1 addition & 1 deletion modules/legal/pages/copyright.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Copyright (c) 2011 - {currentyear} SUSE LLC.
{productname} LICENSE AGREEMENT
This software is a modular operating system comprised of numerous components that may be accompanied by separate license terms. The software is a collective work of SUSE; although SUSE does not own the copyright to every component of the software, SUSE owns the collective work copyright for the software.
The software is a collective work of SUSE; although SUSE does not own the copyright to every component of the software, SUSE owns the collective work copyright for the software.
This SUSE product includes materials licensed to SUSE under the GNU General Public License (GPL). The GPL requires that SUSE makes available certain source code that corresponds to the GPL-licensed material. The source code is available for download at https://www.suse.com/download-linux/source-code.html. Also, for up to three years from SUSE's distribution of the SUSE product, upon request SUSE will mail a copy of the source code. Requests should be sent by e-mail to [email protected] or as otherwise instructed at https://www.suse.com/download-linux/source-code.html. SUSE may charge a fee to recover its reasonable costs of distribution

0 comments on commit 1a789c9

Please sign in to comment.