generated from genaumann/salt-formula-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fill template skeleton [skip ci]
- Loading branch information
Showing
6 changed files
with
61 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: template | ||
name: acme.sh | ||
os: Debian, Ubuntu, Fedora, OpenSuse, Rocky | ||
os_family: Debian, RedHat, Suse | ||
version: 0.0.0 | ||
release: 1 | ||
minimum_version: 2015.8 | ||
summary: Template Formula | ||
description: This is a template | ||
top_level_dir: template | ||
summary: acme.sh formula | ||
description: This formula controls acme.sh | ||
top_level_dir: acme_sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,54 @@ | ||
# Salt Formula Template | ||
# Salt acme.sh Formula | ||
|
||
This is a template of Salt Formula. | ||
**:construction_worker: This formula is currently being developed :construction_worker:** | ||
|
||
Have a look at my current salt formulas. | ||
## General notes | ||
|
||
- [Salt Git Formula](https://github.com/genaumann/salt-git-formula) | ||
See the full [SaltStack Formulas installation and usage instructions][install]. | ||
|
||
See [`example.yml`](example.yml) on how to configure the formula. | ||
|
||
If you want to use this formula, please pay attention to the [`FORMULA`](FORMULA) file and/or `git tag`, | ||
which contains the currently released version. | ||
This formula is versioned according to [Semantic Versioning](http://semver.org/). | ||
|
||
## Available states | ||
|
||
## Testing | ||
|
||
Linux testing is done with `kitchen-salt`. | ||
|
||
All tests and lint jobs are executed in GitHub Actions. | ||
|
||
### Requirements | ||
|
||
You can test the formula locally after installing the following requirements. | ||
|
||
- vagrant | ||
- VirtualBox | ||
- Ruby | ||
- bundler | ||
|
||
### Run Test | ||
|
||
```bash | ||
bundle install | ||
kitchen list # list all available test instances | ||
kitchen test <instance> | ||
``` | ||
|
||
## OS support matrix | ||
|
||
This formula has been tested under the following operating systems and salt versions. | ||
|
||
| OS | 3006.5 | | ||
| ------------ | ------ | | ||
| Debian 12 | :x: | | ||
| Ubuntu 22.04 | :x: | | ||
| Rocky 9 | :x: | | ||
| Fedora 38 | :x: | | ||
| OpenSUSE 15 | :x: | | ||
|
||
[install]: https://docs.saltproject.io/en/latest/topics/development/conventions/formulas.html | ||
[lint_badge]: https://github.com/genaumann/salt-acme.sh-formula/actions/workflows/lint.yml/badge.svg?branch=main | ||
[test_badge]: https://github.com/genaumann/salt-acme.sh-formula/actions/workflows/salt-kitchen.yml/badge.svg?branch=main |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters