Skip to content

Commit

Permalink
cleanup (#2867) (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
keichwa authored Apr 5, 2024
1 parent 665715c commit 456c805
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 456c805

Please sign in to comment.