Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport 4.3: cleanup (#2867) #2907

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[[formulas-custom]]
= Custom Salt Formulas

You can also write your own custom formulas, and make them available to your clients in the {productname} {webui}.
This section contains information about writing custom formulas, including formulas with forms.
You can write your own custom formulas, and make them available to client systems in the {productname} {webui}.

For information about the formulas provided by {productname}, see xref:specialized-guides:salt/salt-formulas-by-product.adoc[].

Expand All @@ -24,7 +24,7 @@ For example, the [package]``locale-formula`` states directory is located in:

To create formulas with forms, the metadata directory contains a [path]``form.yml`` file.
The [path]``form.yml`` file defines the forms for {productname}.
The metadata directoy also contains an optional [path]``metadata.yml`` file that contains additional information about a formula.
The metadata directory also contains an optional [path]``metadata.yml`` file with additional information about the formula.
For example, the [package]``locale-formula`` metadata directory is located in:
----
/usr/share/susemanager/formulas/metadata/locale/
Expand Down
Loading